Lines Matching refs:yytext

46 extern char	yytext[];
494 (void) printf("Macro line=<%s>\n", yytext); in handle_macro_line()
497 lstrcat(curr_line, yytext); in handle_macro_line()
500 lstrcat(qstring_buf, yytext); in handle_macro_line()
502 extract_filename_linenumber(yytext); in handle_macro_line()
516 lstrcat(curr_line, yytext); in handle_cplus_comment_line()
519 lstrcat(qstring_buf, yytext); in handle_cplus_comment_line()
541 lstrcat(curr_line, yytext); in handle_open_comment()
544 lstrcat(qstring_buf, yytext); in handle_open_comment()
566 lstrcat(curr_line, yytext); in handle_close_comment()
569 lstrcat(qstring_buf, yytext); in handle_close_comment()
593 lstrcat(curr_line, yytext); in handle_gettext()
596 lstrcat(qstring_buf, yytext); in handle_gettext()
625 lstrcat(curr_line, yytext); in handle_dgettext()
628 lstrcat(qstring_buf, yytext); in handle_dgettext()
658 lstrcat(curr_line, yytext); in handle_dcgettext()
661 lstrcat(qstring_buf, yytext); in handle_dcgettext()
680 lstrcat(curr_line, yytext); in handle_textdomain()
683 lstrcat(qstring_buf, yytext); in handle_textdomain()
698 lstrcat(curr_line, yytext); in handle_open_paren()
701 lstrcat(qstring_buf, yytext); in handle_open_paren()
720 lstrcat(curr_line, yytext); in handle_close_paren()
723 lstrcat(qstring_buf, yytext); in handle_close_paren()
784 lstrcat(curr_line, yytext); in handle_quote()
832 lstrcat(curr_line, yytext); in handle_spaces()
835 lstrcat(qstring_buf, yytext); in handle_spaces()
867 lstrcat(curr_line, yytext); in handle_comma()
870 lstrcat(qstring_buf, yytext); in handle_comma()
902 lstrcat(curr_line, yytext); in handle_character()
905 lstrcat(qstring_buf, yytext); in handle_character()