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

/openbsd-current/libexec/tradcpp/
H A Doutput.c42 static bool incomment = false; variable
113 if (!incomment) {
119 incomment = true;
125 if (incomment) {
131 incomment = false;
138 if (incomment) {
154 if (!incomment || mode.output_retain_comments) {
H A Ddirective.c64 bool incomment = false; local
70 if (incomment) {
73 incomment = false;
77 incomment = true;
645 bool incomment; local
649 incomment = 0;
652 if (incomment) {
659 incomment = true;
663 if (incomment) {
664 incomment
[all...]
H A Dfiles.c127 int incomment = 0; local
132 if (incomment) {
135 incomment = 0;
140 incomment = 1;
/openbsd-current/usr.bin/unifdef/
H A Dunifdef.c204 static Comment_state incomment; /* comment parser state */ variable
688 if (incomment)
792 wascomment = incomment;
870 comment_name[incomment], linestate_name[linestate]);
1155 * the comment state in the global variable incomment, and we also adjust
1174 else switch (incomment) {
1177 incomment = STARTING_COMMENT;
1180 incomment = STARTING_COMMENT;
1183 incomment = C_COMMENT;
1186 incomment
[all...]

Completed in 126 milliseconds