Searched refs:T_OPTION (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.h | 60 T_OPTION = 261, /* T_OPTION */ enumerator 78 #define T_OPTION 261 macro
|
| H A D | parser.y | 75 %token <token> '{' '}' ';' '/' T_VIRTUAL T_DISPLAY T_WALL T_OPTION T_PARAM 128 OptionEntry : T_OPTION NameList Terminal
|
| H A D | dmxprint.c | 188 case T_OPTION: in dmxConfigPrintTokenFlag() 388 DMXConfigToken dummyStart = { T_OPTION, 0, NULL }; in dmxConfigPrintOption()
|
| H A D | scanner.l | 67 option return gettoken(T_OPTION, yytext, yyleng);
|
| H A D | parser.c | 139 T_OPTION = 261, /* T_OPTION */ enumerator 157 #define T_OPTION 261 macro
|
| H A D | scanner.c | 840 return gettoken(T_OPTION, yytext, yyleng);
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | parser.y | 74 %token T_OPTION 221 config_option: T_OPTION T_MODULES T_EOL 226 config_option: T_OPTION T_DEFCONFIG_LIST T_EOL 231 config_option: T_OPTION T_ALLNOCONFIG_Y T_EOL
|
| H A D | lexer.l | 118 "option" return T_OPTION;
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | kconf_id.c | 31 { "option", T_OPTION, TF_COMMAND },
|
| H A D | zconf.y | 68 %token <id>T_OPTION 249 symbol_option: T_OPTION symbol_option_list T_EOL
|
| H A D | zconf.tab.c_shipped | 153 T_OPTION = 280, 533 "T_RANGE", "T_VISIBLE", "T_OPTION", "T_ON", "T_WORD", "T_WORD_QUOTE",
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.gperf | 44 option, T_OPTION, TF_COMMAND
|
| H A D | zconf.hash.c | |
| H A D | zconf.y | 68 %token <id>T_OPTION 232 symbol_option: T_OPTION symbol_option_list T_EOL
|
| H A D | zconf.hash.c_shipped | 219 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str21, T_OPTION, TF_COMMAND},
|
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 161 T_OPTION = 280, 541 "T_RANGE", "T_VISIBLE", "T_OPTION", "T_ON", "T_WORD", "T_WORD_QUOTE",
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | kconfiglib.py | 955 elif t0 == T_OPTION: 3419 T_SELECT, T_IMPLY, T_RANGE, T_OPTION, T_ALLNOCONFIG_Y, T_ENV, 3437 "imply": T_IMPLY, "range": T_RANGE, "option": T_OPTION,
|