Lines Matching refs:in_comment
167 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()
687 } else if (in_comment == FALSE) { in handle_textdomain()
705 } else if (in_comment == FALSE) { in handle_open_paren()
727 } else if (in_comment == FALSE) { in handle_close_paren()
770 } else if ((in_comment == TRUE) || in handle_esc_newline()
789 if (in_comment == TRUE) { in handle_quote()
874 } else if (in_comment == FALSE) { in handle_comma()
909 } else if (in_comment == FALSE) { in handle_character()
929 if ((in_comment == TRUE) || in handle_newline()
933 in_comment = FALSE; in handle_newline()
2240 if ((in_comment == TRUE || in_quote == TRUE) && in lstrcat()