HomeSort by: relevance | last modified time | path
    Searched defs:incomment (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/tradcpp/dist/
output.c 42 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) {
output.c 42 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) {
directive.c 64 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 = false
    [all...]
files.c 127 int incomment = 0; local
132 if (incomment) {
135 incomment = 0;
140 incomment = 1;
directive.c 64 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 = false
    [all...]
files.c 127 int incomment = 0; local
132 if (incomment) {
135 incomment = 0;
140 incomment = 1;
  /src/usr.bin/unifdef/
unifdef.c 233 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)
664 comment_name[incomment], linestate_name[linestate]);
846 * global variable incomment, and we also adjust the global variable
863 else switch (incomment) {
866 incomment = STARTING_COMMENT
    [all...]
unifdef.c 233 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)
664 comment_name[incomment], linestate_name[linestate]);
846 * global variable incomment, and we also adjust the global variable
863 else switch (incomment) {
866 incomment = STARTING_COMMENT
    [all...]

Completed in 72 milliseconds