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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c148 * in_cplus_comment : Means inside C++ comment block.
168 static int in_cplus_comment = FALSE; variable
532 in_cplus_comment = TRUE;
772 if (in_cplus_comment == FALSE) {
931 if (in_cplus_comment == TRUE) {
932 in_cplus_comment = FALSE;

Completed in 49 milliseconds