Home
last modified time | relevance | path

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

/freebsd/contrib/unifdef/tests/
H A Drecursive.experr5 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 Dsym.c63 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 Dunifdef.c238 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
1501 ind = findsym(&cp); in indirectsym()
1545 sym = findsym(&cp); in addsym2()
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist922 llvm/utils/findsym.pl