Searched refs:cur_func (Results 1 – 2 of 2) sorted by relevance
524 symbol_node_t *cur_func; in output_listing() local544 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions); in output_listing()545 cur_func != NULL; in output_listing()546 cur_func = SLIST_NEXT(cur_func, links)) in output_listing()565 for (cur_func = SLIST_FIRST(&patch_functions); in output_listing()566 cur_func != NULL && SLIST_NEXT(cur_func, links) != NULL; in output_listing()567 cur_func = SLIST_NEXT(cur_func, links), func_count--) { in output_listing()570 fprintf(stdout, "\n(%s)\n", cur_func->symbol->name); in output_listing()
159 cur_func = None165 result.append(cur_func)166 cur_func = m.group('func')172 result.append(cur_func)