Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c210 symbol_node_t *curnode; in symlist_search() local
213 while(curnode != NULL) { in symlist_search()
216 curnode = SLIST_NEXT(curnode, links); in symlist_search()
218 return (curnode); in symlist_search()
255 if (curnode == NULL in symlist_add()
289 curnode = SLIST_NEXT(curnode, links); in symlist_add()
550 curnode); in symtable_dump()
635 free(curnode); in symtable_dump()
645 free(curnode); in symtable_dump()
656 free(curnode); in symtable_dump()
[all …]
/freebsd-14.2/usr.sbin/makefs/
H A Dwalk.c342 NODE *curnode; in apply_specdir() local
370 for (curnode = specnode->child; curnode != NULL; in apply_specdir()
371 curnode = curnode->next) { in apply_specdir()
375 if (curnode == NULL) { in apply_specdir()
385 for (curnode = specnode->child; curnode != NULL; in apply_specdir()
386 curnode = curnode->next) { in apply_specdir()
389 curnode->name); in apply_specdir()
410 if ((curnode->flags & F_OPT) && in apply_specdir()
432 curnode->name); in apply_specdir()
457 assert(curnode->slink != NULL); in apply_specdir()
[all …]
/freebsd-14.2/contrib/one-true-awk/
H A Dlib.c758 extern Node *curnode; in error()
768 if (curnode) in error()
769 fprintf(stderr, " source line number %d", curnode->lineno); in error()
H A Drun.c100 Node *curnode = NULL; /* the node being executed, for debugging */ variable
154 curnode = a; in execute()