Home
last modified time | relevance | path

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

/reactos/base/shell/cmd/
H A Dconsole.c151 BOOL ConPrintfVPaging(PCON_PAGER Pager, BOOL StartPaging, LPWSTR szFormat, va_list arg_ptr) in ConPrintfVPaging() function
173 bRet = ConPrintfVPaging(&StdOutPager, StartPaging, szFormat, arg_ptr); in ConOutPrintfPaging()
H A Dconsole.h60 BOOL ConPrintfVPaging(PCON_PAGER Pager, BOOL StartPaging, LPTSTR szFormat, va_list arg_ptr);
H A Ddir.c584 Done = ConPrintfVPaging(&StdOutPager, FALSE, szFormat, arg_ptr); in DirPrintf()