Lines Matching refs:in_comment
166 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()
684 } else if (in_comment == FALSE) { in handle_textdomain()
702 } else if (in_comment == FALSE) { in handle_open_paren()
724 } else if (in_comment == FALSE) { in handle_close_paren()
767 } else if ((in_comment == TRUE) || in handle_esc_newline()
786 if (in_comment == TRUE) { in handle_quote()
871 } else if (in_comment == FALSE) { in handle_comma()
906 } else if (in_comment == FALSE) { in handle_character()
926 if ((in_comment == TRUE) || in handle_newline()
930 in_comment = FALSE; in handle_newline()
2235 if ((in_comment == TRUE || in_quote == TRUE) && in lstrcat()