Searched refs:C_COMMENT (Results 1 – 1 of 1) sorted by relevance
21 %S C_COMMENT27 <LINE_COMMENT,C_COMMENT,INITIAL>^[ \t]*\n { ++currentGoomSL->num_lines; /* Ignore empty l…28 <LINE_COMMENT,C_COMMENT,INITIAL>^[ \t]*"//"[^\n]*\n { ++currentGoomSL->num_lines; /* Ignore empty l…33 <C_COMMENT>"*/" { BEGIN INITIAL; }34 <C_COMMENT>\n { ++currentGoomSL->num_lines; }35 <C_COMMENT,LINE_COMMENT>. { /* eat up comment */ }41 <INITIAL>"/*" { BEGIN C_COMMENT; } variable