Searched refs:T_EOL (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.y80 %token T_EOL
112 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); }
113 | stmt_list option_name error T_EOL
117 | stmt_list error T_EOL { zconf_error("invalid statement"); }
125 T_EOL
134 T_WORD error T_EOL { zconf_error("unknown option \"%s\"", $1); }
135 | error T_EOL { zconf_error("invalid option"); }
141 config_entry_start: T_CONFIG T_WORD T_EOL
155 menuconfig_entry_start: T_MENUCONFIG T_WORD T_EOL
179 | config_option_list T_EOL
[all...]
H A Dzconf.l81 return T_EOL;
114 return T_EOL;
131 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
180 return T_EOL;
233 return T_EOL;
H A Dlex.zconf.c1006 return T_EOL;
1053 return T_EOL;
1096 BEGIN(INITIAL); current_file->lineno++; return T_EOL;
1188 return T_EOL;
1262 return T_EOL;
H A Dzconf.tab.c91 T_EOL = 285, enumerator in enum:yytokentype
125 #define T_EOL 285 macro
449 "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND", "T_EQUAL",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.y78 %token T_EOL
116 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); }
117 | stmt_list option_name error T_EOL
121 | stmt_list error T_EOL { zconf_error("invalid statement"); }
129 T_EOL
138 T_WORD error T_EOL { zconf_error("unknown option \"%s\"", $1); }
139 | error T_EOL { zconf_error("invalid option"); }
145 config_entry_start: T_CONFIG T_WORD T_EOL
159 menuconfig_entry_start: T_MENUCONFIG T_WORD T_EOL
184 | config_option_list T_EOL
[all...]
H A Dzconf.l82 return T_EOL;
115 return T_EOL;
132 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
181 return T_EOL;
239 return T_EOL;
H A Dlex.zconf.c1079 return T_EOL;
1126 return T_EOL;
1169 BEGIN(INITIAL); current_file->lineno++; return T_EOL;
1261 return T_EOL;
1340 return T_EOL;
H A Dzconf.tab.c170 T_EOL = 285, enumerator in enum:yytokentype
559 "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND", "T_EQUAL",
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dzconf.y66 %token T_EOL
121 config_stmt: config_entry_start T_EOL config_option_list
129 | config_option_list config_option T_EOL
130 | config_option_list depends T_EOL
132 | config_option_list T_EOL
188 choice_entry: choice T_EOL choice_option_list
203 choice_entry choice_block choice_end T_EOL
212 | choice_option_list choice_option T_EOL
213 | choice_option_list depends T_EOL
215 | choice_option_list T_EOL
[all...]
H A Dzconf.l78 [ \t]*\n current_file->lineno++; return T_EOL;
137 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
178 return T_EOL;

Completed in 91 milliseconds