Home
last modified time | relevance | path

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

/scripts/genksyms/
Dlex.l119 cur_node->in_source_file = in_source_file; \
172 in_source_file = 1;
174 in_source_file = (strcmp(cur_filename, source_file) == 0);
Dgenksyms.h40 int in_source_file; member
62 extern int in_source_file;
Dparse.y62 if (i->in_source_file) { in record_compound()
Dlex.lex.c_shipped1929 cur_node->in_source_file = in_source_file; \
1981 in_source_file = 1;
1983 in_source_file = (strcmp(cur_filename, source_file) == 0);
Dgenksyms.c44 int in_source_file; variable
Dparse.tab.c_shipped106 if (i->in_source_file) {