Lines Matching refs:qstring_buf
202 static char qstring_buf[MAX_STRING_LEN]; variable
503 lstrcat(qstring_buf, yytext); in handle_macro_line()
522 lstrcat(qstring_buf, yytext); in handle_cplus_comment_line()
547 lstrcat(qstring_buf, yytext); in handle_open_comment()
572 lstrcat(qstring_buf, yytext); in handle_close_comment()
599 lstrcat(qstring_buf, yytext); in handle_gettext()
631 lstrcat(qstring_buf, yytext); in handle_dgettext()
664 lstrcat(qstring_buf, yytext); in handle_dcgettext()
686 lstrcat(qstring_buf, yytext); in handle_textdomain()
704 lstrcat(qstring_buf, yytext); in handle_open_paren()
726 lstrcat(qstring_buf, yytext); in handle_close_paren()
838 lstrcat(qstring_buf, yytext); in handle_spaces()
873 lstrcat(qstring_buf, yytext); in handle_comma()
908 lstrcat(qstring_buf, yytext); in handle_character()
971 qstring_buf[0] = NULL; in initialize_globals()
1370 tmp_str->str = strdup(qstring_buf); in add_qstring_to_str()
1383 qstring_buf[0] = NULL; in add_qstring_to_str()