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.l213 if (parser->commented_newlines)
214 parser->commented_newlines--;
215 if (parser->commented_newlines == 0)
265 <COMMENT>[^*\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
267 <COMMENT>"*"+[^*/\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
541 if (parser->commented_newlines) {
Dglcpp.h197 int commented_newlines; member
Dglcpp-parse.y1357 parser->commented_newlines = 0; in glcpp_parser_create()