Home
last modified time | relevance | path

Searched refs:findsym (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/flex/
HDsym.c63 static struct hash_entry *findsym PROTO ((const char *sym,
143 return findsym ((char *) ccltxt, ccltab, CCL_HASH_SIZE)->int_val;
149 static struct hash_entry *findsym (sym, table, table_size) in findsym() function
214 return (Char *) findsym (nd, ndtbl, NAME_TABLE_HASH_SIZE)->str_val;
271 return findsym (str, sctbl, START_COND_HASH_SIZE)->int_val;
/NextBSD/usr.bin/unifdef/
HDunifdef.c224 static int findsym(const char **);
806 if ((cursym = findsym(&cp)) < 0) in parseline()
1073 sym = findsym(&cp); in eval_unary()
1090 sym = findsym(&cp); in eval_unary()
1417 findsym(const char **strp) in findsym() function
1461 ind = findsym(&cp); in indirectsym()
1505 symind = findsym(&cp); in addsym2()
/NextBSD/contrib/llvm/
HDFREEBSD-Xlist523 utils/findsym.pl