Lines Matching refs:pair
449 struct pair *it = symbols->s_pairs[ i ];
450 struct pair *nw = newsym->s_pairs[ i ] = (struct pair*) malloc( sizeof( struct pair ) );
457 nw->p_next = (struct pair*) malloc( sizeof( struct pair ) );
479 struct pair *it = symbols->s_pairs[ i ];
480 struct pair *next;
496 struct pair *it;
520 it = (*symbols)->s_pairs[ hashval ] = (struct pair*) malloc( sizeof( struct pair ) );
539 it->p_next = (struct pair*) malloc( sizeof( struct pair ) );
551 struct pair *it;
573 struct pair *it;
588 struct pair *tmp;
609 struct pair *tmp = it->p_next;