Searched refs:dmxConfigCreatePair (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | dmxcompat.c | 180 dmxConfigCreatePair(T_DIMENSION, in dmxVDLRead() 197 (dmxConfigCreatePair in dmxVDLRead() 199 dmxConfigCreatePair(T_OFFSET, lineno, in dmxVDLRead() 206 dmxConfigCreatePair(T_ORIGIN, lineno, in dmxVDLRead()
|
| H A D | scanner.l | 163 yylval.pair = dmxConfigCreatePair(token, lineno, NULL, x, y, 1, 1);
|
| H A D | dmxparse.h | 222 extern DMXConfigPairPtr dmxConfigCreatePair(int token, int line,
|
| H A D | dmxparse.c | 182 dmxConfigCreatePair(int token, int line, in dmxConfigCreatePair() function
|
| H A D | scanner.c | 2014 yylval.pair = dmxConfigCreatePair(token, lineno, NULL, x, y, 1, 1); in getdimension()
|