Searched refs:curnode (Results 1 – 4 of 4) sorted by relevance
210 symbol_node_t *curnode; in symlist_search() local213 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 …]
342 NODE *curnode; in apply_specdir() local370 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 …]
758 extern Node *curnode; in error()768 if (curnode) in error()769 fprintf(stderr, " source line number %d", curnode->lineno); in error()
100 Node *curnode = NULL; /* the node being executed, for debugging */ variable154 curnode = a; in execute()