Searched refs:incomment (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/mantools/
H A Dfixman177 $incomment = 1;
185 $incomment = 0;
190 if (!$incomment) {
196 $incomment = 2;
200 if ($incomment == 2 && /^(\/\*|#) +\.IP ""/) {
209 if ($incomment == 2 && /^(\/\*|#) +\.RS/) {
221 if ($incomment == 2 && /^(\/\*|#) +\.IP +"?\\fB([a-zA-Z0-9_]+)( +\((.*)\))?/) {
229 if ($incomment == 2 && /^(\/\*|#) +([A-Z][A-Z][A-Z]+|\.[A-Z][A-Z])/) {
231 $incomment = 0 if /^(\/\*|#) +(SEE +ALSO|README +FILES|LICENSE|AUTHOR)/;
245 die "Unterminated comment\n" if $incomment;
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/unifdef/
H A Dunifdef.c233 static Comment_state incomment; /* comment parser state */ variable
504 if (incomment)
600 wascomment = incomment;
609 if (!incomment && linestate == LS_HASH) {
653 if (retval != LT_PLAIN && (wascomment || incomment)) {
655 if (incomment)
667 comment_name[incomment], linestate_name[linestate]);
849 * global variable incomment, and we also adjust the global variable
866 else switch (incomment) {
869 incomment
[all...]

Completed in 104 milliseconds