Home
last modified time | relevance | path

Searched refs:symlist (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h70 typedef SLIST_HEAD(symlist, symbol_node) symlist_t;
192 symlist_search(symlist_t *symlist, char *symname);
195 symlist_add(symlist_t *symlist, symbol_t *symbol, int how);
199 void symlist_free(symlist_t *symlist);
H A Daicasm_symbol.c208 symlist_search(symlist_t *symlist, char *symname) in symlist_search() argument
212 curnode = SLIST_FIRST(symlist); in symlist_search()
222 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) in symlist_add() argument
254 curnode = SLIST_FIRST(symlist); in symlist_add()
263 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
292 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add()
297 symlist_free(symlist_t *symlist) in symlist_free() argument
301 node1 = SLIST_FIRST(symlist); in symlist_free()
307 SLIST_INIT(symlist); in symlist_free()
H A Daicasm.h72 extern struct symlist patch_functions;
/freebsd/contrib/flex/src/
H A Ddfa.c378 int symlist[CSIZE + 1]; in ntod() local
411 symlist[i] = false; in ntod()
610 sympartition (dset, dsize, symlist, duplist); in ntod()
613 if (symlist[sym]) { in ntod()
614 symlist[sym] = 0; in ntod()
1004 void sympartition (int ds[], int numstates, int symlist[], int duplist[]) in sympartition() argument
1035 symlist[ec] = 1; in sympartition()
1056 symlist[j] = 1; in sympartition()
1060 symlist[j] = 1; in sympartition()
1070 symlist[ich] = 1; in sympartition()
/freebsd/contrib/unifdef/
H A Dunifdef.c181 static bool symlist; /* -s: output symbol list */ variable
340 symlist = true; in main()
343 symlist = symdepth = true; in main()
363 if (symlist && (ofilename != NULL || inplace || argc > 1)) in main()
708 if (symlist) in flushline()
1452 if (symlist) { in findsym()