Searched refs:prt_ps_file_name (Results 1 – 1 of 1) sorted by relevance
1331 static char_u *prt_ps_file_name = NULL; variable2143 if (prt_ps_file_name != NULL) in mch_print_cleanup()2144 VIM_CLEAR(prt_ps_file_name); in mch_print_cleanup()2625 prt_ps_file_name = vim_tempname('p', TRUE); in mch_print_init()2626 if (prt_ps_file_name == NULL) in mch_print_init()2631 prt_ps_fd = mch_fopen((char *)prt_ps_file_name, WRITEBIN); in mch_print_init()3137 if (eval_printexpr(prt_ps_file_name, psettings->arguments) == FAIL) in mch_print_end()