Searched refs:getcomment (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | scanner.l | 48 static int getcomment(int token, const char *text, int leng); 79 ^{comment} return getcomment(T_LINE_COMMENT, yytext, yyleng); 80 {comment} return getcomment(T_COMMENT, yytext, yyleng); 178 static int getcomment(int token, const char *text, int leng)
|
| H A D | scanner.c | 544 static int getcomment(int token, const char *text, int leng); 903 return getcomment(T_LINE_COMMENT, yytext, yyleng); 908 return getcomment(T_COMMENT, yytext, yyleng); 2021 static int getcomment(int token, const char *text, int leng) function in typeref:typename:int
|
Completed in 4 milliseconds