Home
last modified time | relevance | path

Searched refs:all_list (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/scripts/
Ddocproc.c79 static char **all_list = NULL; variable
87 if (!all_list[i]) in consume_symbol()
89 if (strcmp(sym, all_list[i])) in consume_symbol()
91 all_list[i] = NULL; in consume_symbol()
422 all_list = realloc(all_list, sizeof(char *) * all_list_len); in find_all_symbols()
426 all_list[start] = str; in find_all_symbols()
555 if (!all_list[i]) in main()
558 all_list[i]); in main()