Searched refs:findsym (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unifdef/tests/ |
H A D | recursive.experr | 5 unifdef: findsym BAR=ZIG 8 unifdef: findsym ZIG=BAR 11 unifdef: findsym BAR=BAR 12 unifdef: findsym QUX=QUX 13 unifdef: findsym ZIG=BAR 16 unifdef: findsym BAR=BAR 17 unifdef: findsym BAR=BAR 18 unifdef: findsym QUX=QUX 19 unifdef: findsym BAR=BAR 20 unifdef: findsym BAR=BAR [all …]
|
/freebsd/contrib/flex/src/ |
H A D | sym.c | 63 static struct hash_entry *findsym (const char *sym, hash_table table, 132 return findsym (ccltxt, ccltab, CCL_HASH_SIZE)->int_val; in ccllookup() 138 static struct hash_entry *findsym (const char *sym, hash_table table, int table_size) in findsym() function 194 return findsym (nd, ndtbl, NAME_TABLE_HASH_SIZE)->str_val; in ndlookup() 248 return findsym (str, sctbl, START_COND_HASH_SIZE)->int_val; in sclookup()
|
/freebsd/contrib/unifdef/ |
H A D | unifdef.c | 238 static struct macro *findsym(const char **); 820 if ((cursym = findsym(&cp)) == NULL) in parseline() 1089 sym = findsym(&cp); in eval_unary() 1106 sym = findsym(&cp); in eval_unary() 1444 findsym(const char **strp) in findsym() function
|
/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 937 llvm/utils/findsym.pl
|