Searched defs:in_comment (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c147 * in_comment : Means inside comment block (C or C++).
160 * in_comment becomes FALSE when '* /' is encountered.
167 static int in_comment = FALSE; variable
504 } else if (in_comment == FALSE) {
523 } else if ((in_comment == FALSE) &&
533 in_comment = TRUE;
548 } else if ((in_comment == FALSE) &&
551 in_comment = TRUE;
574 in_comment = FALSE;
600 } else if (in_comment
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h183 char *in_comment; member in struct:ipnat

Completed in 60 milliseconds