Searched refs:incomm (Results 1 – 3 of 3) sorted by relevance
154 int incomm = 0; in process() local174 if (incomm) in process()182 if (incomm) in process()190 if (incomm || *cp != '*') in process()192 incomm = 1; in process()198 if (incomm && *cp == '/') { in process()199 incomm = 0; in process()
72 static bool incomm; /* in a comment of the primary type */ variable271 incomm = false; in main()326 printf ("com %o str %o chr %o ptr %d\n", incomm, instr, inchr, psptr); in main()352 if (nokeyw || incomm || instr) in putScp()368 if (!incomm && !instr && !inchr) { in putScp()397 incomm = true; in putScp()413 incomm = true; in putScp()476 } else if (incomm) { in putScp()488 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_]+ )?\{/) {