Home
last modified time | relevance | path

Searched refs:pszFormat (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dos_win32.h175 Trace(char *pszFormat, ...);
H A Dos_mswin.c924 char *pszFormat, in Trace() argument
930 va_start(args, pszFormat); in Trace()
931 vsprintf(szBuff, pszFormat, args); in Trace()