Home
last modified time | relevance | path

Searched refs:commented_newlines (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-lex.l220 if (parser->commented_newlines)
221 parser->commented_newlines--;
222 if (parser->commented_newlines == 0)
272 <COMMENT>[^*\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
274 <COMMENT>"*"+[^*/\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
548 if (parser->commented_newlines) {
Dglcpp.h199 int commented_newlines; member
Dglcpp-parse.y1373 parser->commented_newlines = 0; in glcpp_parser_create()