Searched refs:incomment (Results 1 – 7 of 7) sorted by relevance
181 $incomment = 1;189 $incomment = 0;194 if (!$incomment) {200 $incomment = 2;204 if ($incomment == 2 && /^(\/\*|#) +\.IP ""/) {213 if ($incomment == 2 && /^(\/\*|#) +\.RS/) {225 if ($incomment == 2 && /^(\/\*|#) +\.IP +"?\\fB([a-zA-Z0-9_]+)( +\((.*)\))?/) {233 … if ($incomment == 2 && /^(\/\*|#) +\.IP +"?\\fI([a-zA-Z0-9_]+)\\fB([a-zA-Z0-9_]+)( +\((.*)\))?/) {241 if ($incomment == 2 && /^(\/\*|#) +([A-Z][A-Z][A-Z]+|\.[A-Z][A-Z])/) {243 $incomment = 0 if /^(\/\*|#) +(SEE +ALSO|README +FILES|LICENSE|AUTHOR)/;[all …]
42 static bool incomment = false; variable113 if (!incomment) { in filter_output()119 incomment = true; in filter_output()125 if (incomment) { in filter_output()131 incomment = false; in filter_output()138 if (incomment) { in filter_output()154 if (!incomment || mode.output_retain_comments) { in filter_output()
64 bool incomment = false; in uncomment() local70 if (incomment) { in uncomment()73 incomment = false; in uncomment()77 incomment = true; in uncomment()645 bool incomment; in directive_scancomments() local649 incomment = 0; in directive_scancomments()652 if (incomment) { in directive_scancomments()659 incomment = true; in directive_scancomments()663 if (incomment) { in directive_scancomments()664 incomment = false; in directive_scancomments()[all …]
127 int incomment = 0; in findeol() local132 if (incomment) { in findeol()135 incomment = 0; in findeol()140 incomment = 1; in findeol()
233 static Comment_state incomment; /* comment parser state */ variable504 if (incomment) in done()600 wascomment = incomment; in get_line()609 if (!incomment && linestate == LS_HASH) { in get_line()653 if (retval != LT_PLAIN && (wascomment || incomment)) { in get_line()655 if (incomment) in get_line()664 comment_name[incomment], linestate_name[linestate]); in get_line()863 else switch (incomment) { in skipcomment()866 incomment = STARTING_COMMENT; in skipcomment()869 incomment = C_COMMENT; in skipcomment()[all …]
103 unsigned incomment = 0; in extractArgN() local122 if (!inexp && !instring && !incomment && parens == 1) in extractArgN()139 if (!inexp && !instring && !incomment) in extractArgN()144 if (!inexp && !instring && !incomment && --parens == 0) in extractArgN()152 if (!inexp && !incomment && intag) in extractArgN()162 if (!inexp && !instring && !incomment) in extractArgN()169 incomment = 1; in extractArgN()186 incomment && in extractArgN()191 incomment = 0; in extractArgN()
326 uint incomment = 0; in extractArgN() local344 if (!inexp && !instring && !incomment && parens == 1) in extractArgN()362 if (!inexp && !instring && !incomment) in extractArgN()366 if (!inexp && !instring && !incomment && --parens == 0) in extractArgN()373 if (!inexp && !incomment && intag) in extractArgN()382 if (!inexp && !instring && !incomment) in extractArgN()386 incomment = 1; in extractArgN()398 … if (!inexp && !instring && incomment && v + 2 < end && p[v + 1] == '-' && p[v + 2] == '>') in extractArgN()400 incomment = 0; in extractArgN()