Searched refs:commented_newlines (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp-lex.l221 if (parser->commented_newlines)
222 parser->commented_newlines--;
223 if (parser->commented_newlines == 0)
273 <COMMENT>[^*\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
275 <COMMENT>"*"+[^*/\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
574 if (parser->commented_newlines) {
H A Dglcpp.h203 int commented_newlines; member in struct:glcpp_parser
H A Dglcpp-parse.y1494 parser->commented_newlines = 0;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A 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++; }
564 if (parser->commented_newlines) {
H A Dglcpp.h202 int commented_newlines; member in struct:glcpp_parser
H A Dglcpp-parse.y1381 parser->commented_newlines = 0;
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c1310 if (parser->commented_newlines)
1311 parser->commented_newlines--;
1312 if (parser->commented_newlines == 0)
1430 { yylineno++; yycolumn = 0; parser->commented_newlines++; }
1441 { yylineno++; yycolumn = 0; parser->commented_newlines++; }
1885 if (parser->commented_newlines) {
H A Dglcpp-parse.c3611 parser->commented_newlines = 0;
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c1341 if (parser->commented_newlines)
1342 parser->commented_newlines--;
1343 if (parser->commented_newlines == 0)
1461 { yylineno++; yycolumn = 0; parser->commented_newlines++; }
1472 { yylineno++; yycolumn = 0; parser->commented_newlines++; }
1931 if (parser->commented_newlines) {
H A Dglcpp-parse.c3918 parser->commented_newlines = 0;

Completed in 26 milliseconds