Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoomsl_lex.l21 %S C_COMMENT
27 <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