Searched refs:s_pairs (Results 1 – 2 of 2) sorted by relevance
450 if ( !symbols->s_pairs[ i ] )451 newsym->s_pairs[ i ] = NULL;454 struct pair *it = symbols->s_pairs[ i ];455 struct pair *nw = newsym->s_pairs[ i ] = (struct pair*) malloc( sizeof( struct pair ) );484 struct pair *it = symbols->s_pairs[ i ];493 free( symbols->s_pairs );516 (*symbols)->s_pairs[i] = NULL;520 it = (*symbols)->s_pairs[ hashval ];525 it = (*symbols)->s_pairs[ hashval ] = (struct pair*) malloc( sizeof( struct pair ) );561 it = symbols->s_pairs[ hash( symbol ) ];[all …]
123 struct pair *s_pairs[SYMHASHMEMBERS]; member