Home
last modified time | relevance | path

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

/f-stack/dpdk/devtools/
H A Dcheck-forbidden-tokens.awk14 in_comment=0;
25 in_comment = 1
28 if (in_comment == 0) {
45 in_comment = 0
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dcstyle.pl243 my $in_comment = 0;
279 $_ = '"' . $_ if ($in_string && !$nocheck && !$in_comment);
290 if ($nocheck || $in_comment) {
471 $in_comment = 0;
480 $in_comment = 1;
490 if ($in_comment) {
512 if (/[^ ] / && !/".* .*"/ && !$in_comment) {
531 if ($in_comment) { # still in comment, don't do further checks
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat.h225 char *in_comment; member