Searched refs:getcomment (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | scanner.l | 49 static int getcomment(int token, const char *text, int leng); 80 ^{comment} return getcomment(T_LINE_COMMENT, yytext, yyleng); 81 {comment} return getcomment(T_COMMENT, yytext, yyleng); 181 static int getcomment(int token, const char *text, int leng)
|
| H A D | scanner.c | 537 static int getcomment(int token, const char *text, int leng); 906 return getcomment(T_LINE_COMMENT, yytext, yyleng); 911 return getcomment(T_COMMENT, yytext, yyleng); 2032 static int getcomment(int token, const char *text, int leng) in getcomment() function
|