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

/freebsd-10.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c210 symbol_node_t *curnode; local
212 curnode = SLIST_FIRST(symlist);
213 while(curnode != NULL) {
214 if (strcmp(symname, curnode->symbol->name) == 0)
216 curnode = SLIST_NEXT(curnode, links);
218 return (curnode);
233 symbol_node_t *curnode; local
254 curnode = SLIST_FIRST(symlist);
255 if (curnode
439 aic_print_reg_dump_entry(FILE *dfile, symbol_node_t *curnode) argument
473 symbol_node_t *curnode; local
[all...]
/freebsd-10.0-release/usr.sbin/makefs/
H A Dwalk.c327 NODE *curnode; local
355 for (curnode = specnode->child; curnode != NULL;
356 curnode = curnode->next) {
357 if (strcmp(curnode->name, curfsnode->name) == 0)
360 if (curnode == NULL) {
370 for (curnode = specnode->child; curnode != NULL;
371 curnode
[all...]
/freebsd-10.0-release/contrib/one-true-awk/
H A Dlib.c593 extern Node *curnode;
602 if (compile_time != 2 && curnode)
603 fprintf(stderr, " source line number %d", curnode->lineno);
H A Drun.c95 Node *curnode = NULL; /* the node being executed, for debugging */ variable
150 curnode = a;

Completed in 131 milliseconds