Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.h65 T_ORIGIN = 266, /* T_ORIGIN */ enumerator
83 #define T_ORIGIN 266 macro
H A Dparser.y77 %token <pair> T_DIMENSION T_OFFSET T_ORIGIN
205 Origin : T_ORIGIN
206 | T_ORIGIN T_COMMENT { $$ = $1; $$->comment = $2->comment; }
H A Ddmxprint.c277 (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 Ddmxcompat.c206 dmxConfigCreatePair(T_ORIGIN, lineno, in dmxVDLRead()
H A Dscanner.l71 {origin} return getdimension(T_ORIGIN, yytext+1, yyleng-1);
H A Dparser.c144 T_ORIGIN = 266, /* T_ORIGIN */ enumerator
162 #define T_ORIGIN 266 macro
H A Dscanner.c860 return getdimension(T_ORIGIN, yytext+1, yyleng-1);