Home
last modified time | relevance | path

Searched defs:curnode (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c210 symbol_node_t *curnode; in symlist_search() local
233 symbol_node_t *curnode; in symlist_add() local
442 aic_print_reg_dump_entry(FILE *dfile, symbol_node_t *curnode) in aic_print_reg_dump_entry()
476 symbol_node_t *curnode; in symtable_dump() local
/freebsd-src/usr.sbin/makefs/
H A Dwalk.c340 NODE *curnode; in apply_specdir() local
[all...]
/freebsd-src/contrib/one-true-awk/
H A Drun.c100 Node *curnode = NULL; /* the node being executed, for debugging */ variable