Searched refs:commented_newlines (Results 1 – 3 of 3) sorted by relevance
220 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) {
199 int commented_newlines; member
1373 parser->commented_newlines = 0; in glcpp_parser_create()