Lines Matching refs:wprintw

594 			wprintw(com_win, "%s", ree_no_file_msg);  in main()
598 wprintw(com_win, "%s", no_file_string); in main()
618 wprintw(info_win, "%s", separator); in main()
620 wprintw(info_win, "line %d col %d lines from top %d ", in main()
642 wprintw(com_win, "%s", com_win_message); in main()
1650 wprintw(com_win, printer_msg_str, print_command); in print_buffer()
1669 wprintw(com_win, unkn_cmd_str, cmd_str); in command_prompt()
1671 wprintw(com_win, "%s", non_unique_cmd_msg); in command_prompt()
1739 wprintw(com_win, line_num_str, curr_line->line_number); in command()
1740 wprintw(com_win, line_len_str, curr_line->line_length); in command()
1747 wprintw(com_win, "%s", no_file_string); in command()
1749 wprintw(com_win, current_file_str, in_file_name); in command()
1757 wprintw(com_win, char_str, *point); in command()
1774 wprintw(com_win, "written by Hugh Mahon"); in command()
1780 wprintw(com_win, "%s", version); in command()
1839 wprintw(com_win, unkn_cmd_str, cmd_str); in command()
2031 wprintw(com_win, line_num_str, curr_line->line_number); in goto_line()
2167 wprintw(com_win, file_is_dir_msg, tmp_file); in check_fp()
2182 wprintw(com_win, new_file_msg, tmp_file); in check_fp()
2184 wprintw(com_win, cant_open_msg, tmp_file); in check_fp()
2222 wprintw(com_win, file_read_fin_msg, tmp_file); in check_fp()
2243 wprintw(com_win, reading_file_msg, file_name); in get_file()
2248 wprintw(com_win, "%s", read_only_msg); in get_file()
2283 wprintw(com_win, file_read_lines_msg, in_file_name, curr_line->line_number); in get_file()
2285 wprintw(com_win, "%s", read_only_msg); in get_file()
2403 wprintw(com_win, "%s", file_not_saved_msg); in finish()
2527 wprintw(com_win, create_file_fail_msg, file_name); in write_file()
2535 wprintw(com_win, writing_file_msg, file_name); in write_file()
2557 wprintw(com_win, file_written_msg, file_name, lines, charac); in write_file()
2580 wprintw(com_win, "%s", searching_msg); in search()
2672 wprintw(com_win, str_not_found_msg, srch_str); in search()
3381 wprintw(com_win, "%s", menu_too_lrg_msg); in menu_op()
3623 wprintw(menu_win, "%c) ", item_alpha[min((counter - 1), max_alpha_char)]); in paint_menu()
3632 wprintw(menu_win, "%c) ", item_alpha[min((counter - 1), max_alpha_char)]); in paint_menu()
3633 wprintw(menu_win, "%s", menu_list[counter].item_string); in paint_menu()
3636 wprintw(menu_win, "%s", more_below_str); in paint_menu()
3644 wprintw(menu_win, "%c) ", item_alpha[min((counter - 1), max_alpha_char)]); in paint_menu()
3666 wprintw(com_win, "%s", press_any_key_msg); in help()
3793 wprintw(com_win, "%s", file_not_saved_msg); in file_op()
3928 wprintw(com_win, "%s", formatting_msg); in Format()
3974 wprintw(com_win, "%s", formatting_msg); in Format()
4049 wprintw(com_win, "%s", formatting_msg); in Format()
4273 wprintw(com_win, "%s", conf_not_saved_msg); in dump_ee_conf()
4296 wprintw(com_win, "%s", conf_dump_err_msg); in dump_ee_conf()
4339 wprintw(com_win, conf_dump_success_msg, file_name); in dump_ee_conf()
4415 wprintw(com_win, "%s", spell_in_prog_msg); in spell_op()
4437 wprintw(com_win, create_file_fail_msg, name); in ispell_op()
5004 wprintw(com_win, "%s", restricted_msg); in restrict_mode()