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

/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c212 symbol_node_t *curnode; local
214 curnode = SLIST_FIRST(symlist);
215 while(curnode != NULL) {
216 if (strcmp(symname, curnode->symbol->name) == 0)
218 curnode = SLIST_NEXT(curnode, links);
220 return (curnode);
235 symbol_node_t *curnode; local
256 curnode = SLIST_FIRST(symlist);
257 if (curnode
441 aic_print_reg_dump_entry(FILE *dfile, symbol_node_t *curnode) argument
475 symbol_node_t *curnode; local
[all...]
/freebsd-13-stable/usr.sbin/makefs/
H A Dwalk.c344 NODE *curnode; local
372 for (curnode = specnode->child; curnode != NULL;
373 curnode = curnode->next) {
374 if (strcmp(curnode->name, curfsnode->name) == 0)
377 if (curnode == NULL) {
387 for (curnode = specnode->child; curnode != NULL;
388 curnode
[all...]
/freebsd-13-stable/contrib/one-true-awk/
H A Dlib.c614 extern Node *curnode;
623 if (compile_time != 2 && curnode)
624 fprintf(stderr, " source line number %d", curnode->lineno);
H A Drun.c97 Node *curnode = NULL; /* the node being executed, for debugging */ variable
152 curnode = a;

Completed in 166 milliseconds