Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.l49 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 Dscanner.c537 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