Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.h58 T_DISPLAY = 259, /* T_DISPLAY */ enumerator
76 #define T_DISPLAY 259 macro
H A Dparser.y75 %token <token> '{' '}' ';' '/' T_VIRTUAL T_DISPLAY T_WALL T_OPTION T_PARAM
189 Display : T_DISPLAY
190 | T_DISPLAY T_COMMENT { $$ = $1; $$->comment = $2->comment; }
H A Ddmxprint.c180 case T_DISPLAY: in dmxConfigPrintTokenFlag()
285 DMXConfigToken dummyStart = { T_DISPLAY, 0, NULL }; in dmxConfigPrintDisplay()
H A Dscanner.l65 display return gettoken(T_DISPLAY, yytext, yyleng);
H A Dparser.c137 T_DISPLAY = 259, /* T_DISPLAY */ enumerator
155 #define T_DISPLAY 259 macro
H A Dscanner.c830 return gettoken(T_DISPLAY, yytext, yyleng);