Lines Matching refs:tmp_file

196 char *tmp_file;	/* temporary file name			*/  variable
1712 tmp_file = resolve_name(cmd_str); in command()
1713 write_file(tmp_file, 1); in command()
1714 if (tmp_file != cmd_str) in command()
1715 free(tmp_file); in command()
1728 tmp_file = cmd_str; in command()
1730 tmp_file = resolve_name(cmd_str); in command()
1732 if (tmp_file != cmd_str) in command()
1733 free(tmp_file); in command()
2160 in_file_name = tmp_file = top_of_stack->name; in check_fp()
2163 temp = stat(tmp_file, &buf); in check_fp()
2167 wprintw(com_win, file_is_dir_msg, tmp_file); in check_fp()
2177 if ((get_fd = open(tmp_file, O_RDONLY)) == -1) 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()
2193 get_file(tmp_file); in check_fp()
2221 if ((tmp_file != NULL) && (*tmp_file != '\0')) in check_fp()
2222 wprintw(com_win, file_read_fin_msg, tmp_file); in check_fp()
2410 tmp_file = resolve_name(file_name); in finish()
2411 if (tmp_file != file_name) in finish()
2414 file_name = tmp_file; in finish()
3761 tmp_file = resolve_name(string); in file_op()
3763 if (tmp_file != string) in file_op()
3764 free(tmp_file); in file_op()
3770 tmp_file = resolve_name(string); in file_op()
3771 write_file(tmp_file, 1); in file_op()
3772 if (tmp_file != string) in file_op()
3773 free(tmp_file); in file_op()
3801 tmp_file = resolve_name(string); in file_op()
3802 if (tmp_file != string) in file_op()
3805 string = tmp_file; in file_op()
4447 tmp_file = name; in ispell_op()