Home
last modified time | relevance | path

Searched refs:s_pairs (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/soltools/mkdepend/
H A Dparse.c445 if ( !symbols->s_pairs[ i ] )
446 newsym->s_pairs[ i ] = NULL;
449 struct pair *it = symbols->s_pairs[ i ];
479 struct pair *it = symbols->s_pairs[ i ];
488 free( symbols->s_pairs );
511 (*symbols)->s_pairs[i] = NULL;
515 it = (*symbols)->s_pairs[ hashval ];
520 it = (*symbols)->s_pairs[ hashval ] = (struct pair*) malloc( sizeof( struct pair ) );
556 it = symbols->s_pairs[ hash( symbol ) ];
579 it = symbols->s_pairs[ hashval ];
[all …]
H A Ddef.h122 struct pair *s_pairs[SYMHASHMEMBERS]; member

Completed in 22 milliseconds