Searched refs:newsym (Results 1 – 1 of 1) sorted by relevance
437 struct symhash *newsym; local441 newsym = (struct symhash *) malloc( sizeof( struct symhash ) );446 newsym->s_pairs[ i ] = NULL;450 struct pair *nw = newsym->s_pairs[ i ] = (struct pair*) malloc( sizeof( struct pair ) );466 return newsym;
Completed in 7 milliseconds