Home
last modified time | relevance | path

Searched refs:incomm (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/usr.bin/xstr/
HDxstr.c164 int incomm = 0; in process() local
184 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()
/freebsd-14-stable/usr.bin/vgrind/
HDvfontedpr.c83 static bool incomm; /* in a comment of the primary type */ variable
282 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()
/freebsd-14-stable/crypto/openssl/util/
HDsu-filter.pl18 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_]+ )?\{/) {