Home
last modified time | relevance | path

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

/linux-6.15/scripts/genksyms/
H A Dlex.l109 cur_node->in_source_file = in_source_file; \
168 in_source_file = 1;
170 in_source_file = (strcmp(cur_filename, source_file) == 0);
H A Dgenksyms.h32 int in_source_file; member
54 extern int in_source_file;
H A Dparse.y51 if (i->in_source_file) { in record_compound()
H A Dgenksyms.c32 int in_source_file; variable