Home
last modified time | relevance | path

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

/openbmc/linux/scripts/genksyms/
H A Dlex.l107 cur_node->in_source_file = in_source_file; \
160 in_source_file = 1;
162 in_source_file = (strcmp(cur_filename, source_file) == 0);
H A Dgenksyms.h29 int in_source_file; member
51 extern int in_source_file;
H A Dparse.y50 if (i->in_source_file) { in record_compound()
H A Dgenksyms.c33 int in_source_file; variable