Lines Matching refs:pair
454 struct pair *it = symbols->s_pairs[ i ];
455 struct pair *nw = newsym->s_pairs[ i ] = (struct pair*) malloc( sizeof( struct pair ) );
462 nw->p_next = (struct pair*) malloc( sizeof( struct pair ) );
484 struct pair *it = symbols->s_pairs[ i ];
485 struct pair *next;
501 struct pair *it;
525 it = (*symbols)->s_pairs[ hashval ] = (struct pair*) malloc( sizeof( struct pair ) );
544 it->p_next = (struct pair*) malloc( sizeof( struct pair ) );
556 struct pair *it;
578 struct pair *it;
593 struct pair *tmp;
614 struct pair *tmp = it->p_next;