Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/scripts/
H A Djstyle.pl110 my $in_comment = 0;
213 $in_comment = 0;
225 $in_comment = 1;
235 if ($in_comment) {
282 if (!$in_comment && (/^(\t )* {1,3}\S/ || /^(\t )* {5,7}\S/) &&
307 if ($in_comment) { # still in comment
H A Dcstyle.pl255 my $in_comment = 0;
291 $_ = '"' . $_ if ($in_string && !$nocheck && !$in_comment);
302 if ($nocheck || $in_comment) {
472 $in_comment = 0;
481 $in_comment = 1;
491 if ($in_comment) {
532 if ($in_comment) { # still in comment, don't do further checks
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c166 static int in_comment = FALSE; variable
501 } else if (in_comment == FALSE) { in handle_macro_line()
520 } else if ((in_comment == FALSE) && in handle_cplus_comment_line()
530 in_comment = TRUE; in handle_cplus_comment_line()
545 } else if ((in_comment == FALSE) && in handle_open_comment()
548 in_comment = TRUE; in handle_open_comment()
571 in_comment = FALSE; in handle_close_comment()
597 } else if (in_comment == FALSE) { in handle_gettext()
629 } else if (in_comment == FALSE) { in handle_dgettext()
662 } else if (in_comment == FALSE) { in handle_dcgettext()
[all …]
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintnat.c241 np->in_tqehead[0], np->in_tqehead[1], np->in_comment);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h188 char *in_comment; member