Searched refs:incomm (Results 1 – 3 of 3) sorted by relevance
164 int incomm = 0; in process() local184 if (incomm) in process()192 if (incomm) in process()200 if (incomm || *cp != '*') in process()202 incomm = 1; in process()208 if (incomm && *cp == '/') { in process()209 incomm = 0; in process()
83 static bool incomm; /* in a comment of the primary type */ variable282 incomm = false; in main()337 printf ("com %o str %o chr %o ptr %d\n", incomm, instr, inchr, psptr); in main()363 if (nokeyw || incomm || instr) in putScp()379 if (!incomm && !instr && !inchr) { in putScp()408 incomm = true; in putScp()424 incomm = true; in putScp()487 } else if (incomm) { in putScp()499 incomm = false; in putScp()
18 my $incomm = 0;22 $incomm++ while $tststr =~ /\/\*/g;23 $incomm-- while $tststr =~ /\*\//g;54 …} elsif($incomm <= 0 && /( *)(static )?(const )?(union|struct) ([a-zA-Z_\$][\$0-9a-zA-Z_]+ )?\{/) {