Searched refs:T_DIMENSION (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.h | 63 T_DIMENSION = 264, /* T_DIMENSION */ enumerator 81 #define T_DIMENSION 264 macro
|
| H A D | parser.y | 77 %token <pair> T_DIMENSION T_OFFSET T_ORIGIN 197 Dimension : T_DIMENSION 198 | T_DIMENSION T_COMMENT { $$ = $1; $$->comment = $2->comment; }
|
| H A D | dmxcompat.c | 180 dmxConfigCreatePair(T_DIMENSION, in dmxVDLRead() 198 (T_DIMENSION, lineno, NULL, x, y, 0, 0), in dmxVDLRead()
|
| H A D | dmxprint.c | 289 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 D | scanner.l | 69 {dimension} return getdimension(T_DIMENSION, yytext, yyleng);
|
| H A D | parser.c | 142 T_DIMENSION = 264, /* T_DIMENSION */ enumerator 160 #define T_DIMENSION 264 macro
|
| H A D | scanner.c | 850 return getdimension(T_DIMENSION, yytext, yyleng);
|