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

/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h72 typedef SLIST_HEAD(symlist, symbol_node) symlist_t;
194 symlist_search(symlist_t *symlist, char *symname);
197 symlist_add(symlist_t *symlist, symbol_t *symbol, int how);
201 void symlist_free(symlist_t *symlist);
H A Daicasm.h74 extern struct symlist patch_functions;
H A Daicasm_symbol.c210 symlist_search(symlist_t *symlist, char *symname) argument
214 curnode = SLIST_FIRST(symlist);
224 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) argument
256 curnode = SLIST_FIRST(symlist);
265 SLIST_INSERT_HEAD(symlist, newnode, links);
294 SLIST_INSERT_HEAD(symlist, newnode, links);
299 symlist_free(symlist_t *symlist) argument
303 node1 = SLIST_FIRST(symlist);
309 SLIST_INIT(symlist);
/freebsd-13-stable/contrib/flex/src/
H A Ddfa.c378 int symlist[CSIZE + 1]; local
411 symlist[i] = false;
610 sympartition (dset, dsize, symlist, duplist);
613 if (symlist[sym]) {
614 symlist[sym] = 0;
1001 * int symlist[numecs], int duplist[numecs] );
1004 void sympartition (int ds[], int numstates, int symlist[], int duplist[]) argument
1035 symlist[ec] = 1;
1056 symlist[j] = 1;
1060 symlist[
[all...]
/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c195 static bool symlist; /* -s: output symbol list */ variable
369 symlist = true;
372 symlist = symdepth = true;
392 if (symlist && (ofilename != NULL || inplace || argc > 1))
737 if (symlist)
1468 if (symlist) {

Completed in 123 milliseconds