Home
last modified time | relevance | path

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

/reactos/base/shell/cmd/
H A Dprompt.c106 PTSTR pszInfoLine = NULL; in PrintInfoLine() local
113 iInfoLineLen = LoadString(CMD_ModuleHandle, STRING_CMD_INFOLINE, (PTSTR)&pszInfoLine, 0); in PrintInfoLine()
114 if (!pszInfoLine || iInfoLineLen == 0) in PrintInfoLine()
127 WriteConsoleOutputCharacter(hOutput, pszInfoLine, iInfoLineLen, in PrintInfoLine()