Searched refs:prt_name (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dos_mswin.c1758 static char_u *prt_name = NULL; variable
1826 if (prt_name != NULL)
1828 SetDlgItemText(hDlg, IDC_PRINTTEXT2, (LPSTR)prt_name);
1829 vim_free(prt_name);
1830 prt_name = NULL;
2185 prt_name = alloc((unsigned)(STRLEN(printer_name) + STRLEN(port_name)
2187 if (prt_name != NULL)
2188 wsprintf(prt_name, text, printer_name, port_name);

Completed in 67 milliseconds