Lines Matching defs:in_comment
147 * in_comment : Means inside comment block (C or C++).
160 * in_comment becomes FALSE when '* /' is encountered.
167 static int in_comment = FALSE;
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 == FALSE) {
632 } else if (in_comment == FALSE) {
665 } else if (in_comment == FALSE) {
687 } else if (in_comment == FALSE) {
705 } else if (in_comment == FALSE) {
727 } else if (in_comment == FALSE) {
770 } else if ((in_comment == TRUE) ||
789 if (in_comment == TRUE) {
874 } else if (in_comment == FALSE) {
909 } else if (in_comment == FALSE) {
929 if ((in_comment == TRUE) ||
933 in_comment = FALSE;
2240 if ((in_comment == TRUE || in_quote == TRUE) &&