Home
last modified time | relevance | path

Searched refs:newsym (Results 1 – 1 of 1) sorted by path

/trunk/main/soltools/mkdepend/
H A Dparse.c442 struct symhash *newsym; local
446 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 15 milliseconds