Home
last modified time | relevance | path

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

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