Searched refs:getdimension (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | scanner.l | 45 static int getdimension(int token, const char *text, int leng); 68 {dimension} return getdimension(T_DIMENSION, yytext, yyleng); 69 {offset} return getdimension(T_OFFSET, yytext+1, yyleng-1); 70 {origin} return getdimension(T_ORIGIN, yytext+1, yyleng-1); 149 static int getdimension(int token, const char *text, int leng)
|
| H A D | scanner.c | 541 static int getdimension(int token, const char *text, int leng); 847 return getdimension(T_DIMENSION, yytext, yyleng); 852 return getdimension(T_OFFSET, yytext+1, yyleng-1); 857 return getdimension(T_ORIGIN, yytext+1, yyleng-1); 1992 static int getdimension(int token, const char *text, int leng) function in typeref:typename:int
|
Completed in 4 milliseconds