Lines Matching refs:in_quote
174 static int in_quote = FALSE; variable
502 if (in_quote == TRUE) { in handle_macro_line()
521 if (in_quote == TRUE) { in handle_cplus_comment_line()
546 if (in_quote == TRUE) { in handle_open_comment()
571 if (in_quote == TRUE) { in handle_close_comment()
598 if (in_quote == TRUE) { in handle_gettext()
630 if (in_quote == TRUE) { in handle_dgettext()
663 if (in_quote == TRUE) { in handle_dcgettext()
685 if (in_quote == TRUE) { in handle_textdomain()
703 if (in_quote == TRUE) { in handle_open_paren()
725 if (in_quote == TRUE) { in handle_close_paren()
768 if (in_quote == TRUE) { in handle_esc_newline()
796 if (in_quote == FALSE) { in handle_quote()
797 in_quote = TRUE; in handle_quote()
800 in_quote = FALSE; in handle_quote()
811 if (in_quote == TRUE) { in handle_quote()
812 in_quote = FALSE; in handle_quote()
815 in_quote = TRUE; in handle_quote()
819 in_quote = TRUE; in handle_quote()
837 if (in_quote == TRUE) { in handle_spaces()
872 if (in_quote == TRUE) { in handle_comma()
907 if (in_quote == TRUE) { in handle_character()
2240 if ((in_comment == TRUE || in_quote == TRUE) && in lstrcat()