Home
last modified time | relevance | path

Searched refs:getdimension (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.l46 static int getdimension(int token, const char *text, int leng);
69 {dimension} return getdimension(T_DIMENSION, yytext, yyleng);
70 {offset} return getdimension(T_OFFSET, yytext+1, yyleng-1);
71 {origin} return getdimension(T_ORIGIN, yytext+1, yyleng-1);
152 static int getdimension(int token, const char *text, int leng)
H A Dscanner.c534 static int getdimension(int token, const char *text, int leng);
850 return getdimension(T_DIMENSION, yytext, yyleng);
855 return getdimension(T_OFFSET, yytext+1, yyleng-1);
860 return getdimension(T_ORIGIN, yytext+1, yyleng-1);
2003 static int getdimension(int token, const char *text, int leng) in getdimension() function