Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.h59 T_WALL = 260, /* T_WALL */ enumerator
77 #define T_WALL 260 macro
H A Dparser.y75 %token <token> '{' '}' ';' '/' T_VIRTUAL T_DISPLAY T_WALL T_OPTION T_PARAM
221 Wall : T_WALL
222 | T_WALL T_COMMENT { $$ = $1; $$->comment = $2->comment; }
H A Dscanner.l66 wall return gettoken(T_WALL, yytext, yyleng);
H A Dparser.c138 T_WALL = 260, /* T_WALL */ enumerator
156 #define T_WALL 260 macro
H A Ddmxprint.c184 case T_WALL: in dmxConfigPrintTokenFlag()
H A Dscanner.c835 return gettoken(T_WALL, yytext, yyleng);