Home
last modified time | relevance | path

Searched refs:T_COMMENT (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.y78 %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 Dparser.h66 T_COMMENT = 267, /* T_COMMENT */ enumerator
84 #define T_COMMENT 267 macro
H A Ddmxcompat.c160 comment = dmxConfigCreateComment(T_COMMENT, lineno, tmp); in dmxVDLRead()
H A Dscanner.l81 {comment} return getcomment(T_COMMENT, yytext, yyleng);
H A Dparser.c145 T_COMMENT = 267, /* T_COMMENT */ enumerator
163 #define T_COMMENT 267 macro
H A Dscanner.c911 return getcomment(T_COMMENT, yytext, yyleng);
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dkconf_id.c9 { "comment", T_COMMENT, TF_COMMAND },
H A Dzconf.y52 %token <id>T_COMMENT
415 comment: T_COMMENT prompt T_EOL
H A Dzconf.tab.c_shipped137 T_COMMENT = 264,
530 "T_SOURCE", "T_CHOICE", "T_ENDCHOICE", "T_COMMENT", "T_CONFIG",
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.gperf21 comment, T_COMMENT, TF_COMMAND
H A Dzconf.hash.c
H A Dzconf.y52 %token <id>T_COMMENT
401 comment: T_COMMENT prompt T_EOL
H A Dzconf.hash.c_shipped238 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str32, T_COMMENT, TF_COMMAND},
H A Dzconf.tab.c
H A Dzconf.tab.c_shipped145 T_COMMENT = 264,
538 "T_SOURCE", "T_CHOICE", "T_ENDCHOICE", "T_COMMENT", "T_CONFIG",
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlexer.l98 "comment" return T_COMMENT;
H A Dparser.y53 %token T_COMMENT
376 comment: T_COMMENT T_WORD_QUOTE T_EOL
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py723 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))