Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_symbol.c208 symbol_node_t *curnode; in symlist_search() local
231 symbol_node_t *curnode; in symlist_add() local
437 aic_print_reg_dump_entry(FILE *dfile, symbol_node_t *curnode) in aic_print_reg_dump_entry()
471 symbol_node_t *curnode; in symtable_dump() local
590 symbol_node_t *curnode; in symtable_dump() local
640 symbol_node_t *curnode; in symtable_dump() local
654 symbol_node_t *curnode; in symtable_dump() local
668 symbol_node_t *curnode; in symtable_dump() local
/openbsd/src/usr.bin/awk/
Drun.c102 Node *curnode = NULL; /* the node being executed, for debugging */ variable