Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/mantools/
H A Dfixman181 $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 …]
/netbsd-src/external/bsd/tradcpp/dist/
H A Doutput.c42 static bool incomment = false; variable
113 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()
H A Ddirective.c64 bool incomment = false; in uncomment() local
70 if (incomment) { in uncomment()
73 incomment = false; in uncomment()
77 incomment = true; in uncomment()
645 bool incomment; in directive_scancomments() local
649 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 …]
H A Dfiles.c127 int incomment = 0; in findeol() local
132 if (incomment) { in findeol()
135 incomment = 0; in findeol()
140 incomment = 1; in findeol()
/netbsd-src/usr.bin/unifdef/
H A Dunifdef.c233 static Comment_state incomment; /* comment parser state */ variable
504 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmacro.c103 unsigned incomment = 0; in extractArgN() local
122 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmacro.d326 uint incomment = 0; in extractArgN() local
344 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()