Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/scripts/
H A Djstyle.pl107 my $in_comment = 0;
210 $in_comment = 0;
222 $in_comment = 1;
232 if ($in_comment) {
279 if (!$in_comment && (/^(\t )* {1,3}\S/ || /^(\t )* {5,7}\S/) &&
304 if ($in_comment) { # still in comment
H A Dcstyle.pl224 my $in_comment = 0;
259 $_ = '"' . $_ if ($in_string && !$nocheck && !$in_comment);
270 if ($nocheck || $in_comment) {
404 $in_comment = 0;
413 $in_comment = 1;
423 if ($in_comment) {
464 if ($in_comment) { # still in comment, don't do further checks
/titanic_44/usr/src/cmd/msgfmt/
H A Dxgettext.c167 static int in_comment = FALSE; variable
504 } else if (in_comment == FALSE) { in handle_macro_line()
523 } else if ((in_comment == FALSE) && in handle_cplus_comment_line()
533 in_comment = TRUE; in handle_cplus_comment_line()
548 } else if ((in_comment == FALSE) && in handle_open_comment()
551 in_comment = TRUE; in handle_open_comment()
574 in_comment = FALSE; in handle_close_comment()
600 } else if (in_comment == FALSE) { in handle_gettext()
632 } else if (in_comment == FALSE) { in handle_dgettext()
665 } else if (in_comment == FALSE) { in handle_dcgettext()
[all …]
/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dprintnat.c243 np->in_tqehead[0], np->in_tqehead[1], np->in_comment);
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h188 char *in_comment; member