Searched refs:T_ORIGIN (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | parser.h | 65 T_ORIGIN = 266, /* T_ORIGIN */ enumerator 83 #define T_ORIGIN 266 macro
|
| H A D | parser.y | 77 %token <pair> T_DIMENSION T_OFFSET T_ORIGIN 205 Origin : T_ORIGIN 206 | T_ORIGIN T_COMMENT { $$ = $1; $$->comment = $2->comment; }
|
| H A D | dmxprint.c | 277 (p->token == T_ORIGIN) ? "@" : "", p->x, p->y); in dmxConfigPrintPair() 293 DMXConfigPair dummyOrigin = { T_ORIGIN, 0, NULL, 0, 0, 0, 0 }; in dmxConfigPrintDisplay()
|
| H A D | dmxcompat.c | 206 dmxConfigCreatePair(T_ORIGIN, lineno, in dmxVDLRead()
|
| H A D | scanner.l | 71 {origin} return getdimension(T_ORIGIN, yytext+1, yyleng-1);
|
| H A D | parser.c | 144 T_ORIGIN = 266, /* T_ORIGIN */ enumerator 162 #define T_ORIGIN 266 macro
|
| H A D | scanner.c | 860 return getdimension(T_ORIGIN, yytext+1, yyleng-1);
|