Searched refs:T_COMMENT (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.y | 78 %token <comment> T_COMMENT T_LINE_COMMENT 190 | T_DISPLAY T_COMMENT { $$ = $1; $$->comment = $2->comment; } 194 | T_STRING T_COMMENT { $$ = $1; $$->comment = $2->comment; } 198 | T_DIMENSION T_COMMENT { $$ = $1; $$->comment = $2->comment; } 202 | T_OFFSET T_COMMENT { $$ = $1; $$->comment = $2->comment; } 206 | T_ORIGIN T_COMMENT { $$ = $1; $$->comment = $2->comment; } 210 | ';' T_COMMENT { $$ = $1; $$->comment = $2->comment; } 214 | '{' T_COMMENT { $$ = $1; $$->comment = $2->comment; } 218 | '}' T_COMMENT { $$ = $1; $$->comment = $2->comment; } 222 | T_WALL T_COMMENT { $$ = $1; $$->comment = $2->comment; }
|
| H A D | parser.h | 66 T_COMMENT = 267, /* T_COMMENT */ enumerator 84 #define T_COMMENT 267 macro
|
| H A D | dmxcompat.c | 160 comment = dmxConfigCreateComment(T_COMMENT, lineno, tmp); in dmxVDLRead()
|
| H A D | scanner.l | 81 {comment} return getcomment(T_COMMENT, yytext, yyleng);
|
| H A D | parser.c | 145 T_COMMENT = 267, /* T_COMMENT */ enumerator 163 #define T_COMMENT 267 macro
|
| H A D | scanner.c | 911 return getcomment(T_COMMENT, yytext, yyleng);
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | kconf_id.c | 9 { "comment", T_COMMENT, TF_COMMAND },
|
| H A D | zconf.y | 52 %token <id>T_COMMENT 415 comment: T_COMMENT prompt T_EOL
|
| H A D | zconf.tab.c_shipped | 137 T_COMMENT = 264, 530 "T_SOURCE", "T_CHOICE", "T_ENDCHOICE", "T_COMMENT", "T_CONFIG",
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.gperf | 21 comment, T_COMMENT, TF_COMMAND
|
| H A D | zconf.hash.c | |
| H A D | zconf.y | 52 %token <id>T_COMMENT 401 comment: T_COMMENT prompt T_EOL
|
| H A D | zconf.hash.c_shipped | 238 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str32, T_COMMENT, TF_COMMAND},
|
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 145 T_COMMENT = 264, 538 "T_SOURCE", "T_CHOICE", "T_ENDCHOICE", "T_COMMENT", "T_CONFIG",
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | lexer.l | 98 "comment" return T_COMMENT;
|
| H A D | parser.y | 53 %token T_COMMENT 376 comment: T_COMMENT T_WORD_QUOTE T_EOL
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | kconfiglib.py | 723 elif t0 == T_COMMENT: 3414 T_COMMENT, T_CONFIG, T_MENUCONFIG, 3431 "choice": T_CHOICE, "config": T_CONFIG, "comment": T_COMMENT, 3448 T_PROMPT, T_MENU, T_COMMENT, T_SOURCE, T_MAINMENU))
|