Searched refs:newsym (Results 1 – 1 of 1) sorted by relevance
442 struct symhash *newsym; local446 newsym = (struct symhash *) malloc( sizeof( struct symhash ) );451 newsym->s_pairs[ i ] = NULL;455 struct pair *nw = newsym->s_pairs[ i ] = (struct pair*) malloc( sizeof( struct pair ) );471 return newsym;
Completed in 13 milliseconds