Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c8370 char *pcrlf = strstr(msg, "\r\n"); in GetWin32Error() local
8371 if (pcrlf != NULL) in GetWin32Error()
8372 *pcrlf = '\0'; in GetWin32Error()