Home
last modified time | relevance | path

Searched refs:T_DIMENSION (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.h63 T_DIMENSION = 264, /* T_DIMENSION */ enumerator
81 #define T_DIMENSION 264 macro
H A Dparser.y77 %token <pair> T_DIMENSION T_OFFSET T_ORIGIN
197 Dimension : T_DIMENSION
198 | T_DIMENSION T_COMMENT { $$ = $1; $$->comment = $2->comment; }
H A Ddmxcompat.c180 dmxConfigCreatePair(T_DIMENSION, in dmxVDLRead()
198 (T_DIMENSION, lineno, NULL, x, y, 0, 0), in dmxVDLRead()
H A Ddmxprint.c289 DMXConfigPair dummySDim = { T_DIMENSION, 0, NULL, 0, 0, 0, 0 }; in dmxConfigPrintDisplay()
291 DMXConfigPair dummyRDim = { T_DIMENSION, 0, NULL, 0, 0, 0, 0 }; in dmxConfigPrintDisplay()
466 DMXConfigPair dummyDim = { T_DIMENSION, 0, NULL, 0, 0 }; in dmxConfigPrintVirtual()
H A Dscanner.l69 {dimension} return getdimension(T_DIMENSION, yytext, yyleng);
H A Dparser.c142 T_DIMENSION = 264, /* T_DIMENSION */ enumerator
160 #define T_DIMENSION 264 macro
H A Dscanner.c850 return getdimension(T_DIMENSION, yytext, yyleng);