Searched refs:cur_node (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/scripts/genksyms/ |
D | lex.l | 112 cur_node = next_node; \ 114 next_node->next = cur_node; \ 115 cur_node->string = memcpy(xmalloc(L+1), T, L+1); \ 116 cur_node->tag = \ 117 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 119 cur_node->in_source_file = in_source_file; \ 142 struct string_list *cur_node;
|
D | lex.lex.c_shipped | 1922 cur_node = next_node; \ 1924 next_node->next = cur_node; \ 1925 cur_node->string = memcpy(xmalloc(L+1), T, L+1); \ 1926 cur_node->tag = \ 1927 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 1929 cur_node->in_source_file = in_source_file; \ 1951 struct string_list *cur_node;
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 354 symbol_node_t *cur_node; in output_code() local 397 for (cur_node = SLIST_FIRST(&patch_functions); in output_code() 398 cur_node != NULL; in output_code() 399 cur_node = SLIST_NEXT(cur_node,links)) { in output_code() 410 cur_node->symbol->info.condinfo->func_num, in output_code() 412 cur_node->symbol->info.condinfo->func_num, in output_code() 414 cur_node->symbol->name); in output_code()
|