Searched refs:findsym (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/flex/src/
H A Dsym.c63 static struct hash_entry *findsym (const char *sym, hash_table table,
132 return findsym (ccltxt, ccltab, CCL_HASH_SIZE)->int_val;
136 /* findsym - find symbol in symbol table */
138 static struct hash_entry *findsym (const char *sym, hash_table table, int table_size) function
194 return findsym (nd, ndtbl, NAME_TABLE_HASH_SIZE)->str_val;
248 return findsym (str, sctbl, START_COND_HASH_SIZE)->int_val;
/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c252 static struct macro *findsym(const char **);
786 /* Tidy up after findsym(). */
849 if ((cursym = findsym(&cp)) == NULL)
1116 sym = findsym(&cp);
1133 sym = findsym(&cp);
1460 findsym(const char **strp) function
1495 debugsym("findsym", res);
1517 ind = findsym(&cp);
1561 sym = findsym(&cp);

Completed in 81 milliseconds