ReactOS 0.4.15-dev-6661-gcc6e444
|
Go to the source code of this file.
Macros | |
#define | ConOutPuts(szStr) ConPuts(StdOut, (szStr)) |
#define | ConErrPuts(szStr) ConPuts(StdErr, (szStr)) |
#define | ConOutResPuts(uID) ConResPuts(StdOut, (uID)) |
#define | ConErrResPuts(uID) ConResPuts(StdErr, (uID)) |
#define | ConOutPrintf(szStr, ...) ConPrintf(StdOut, (szStr), ##__VA_ARGS__) |
#define | ConErrPrintf(szStr, ...) ConPrintf(StdErr, (szStr), ##__VA_ARGS__) |
#define | ConOutResPrintf(uID, ...) ConResPrintf(StdOut, (uID), ##__VA_ARGS__) |
#define | ConErrResPrintf(uID, ...) ConResPrintf(StdErr, (uID), ##__VA_ARGS__) |
#define | ConOutFormatMessage(MessageId, ...) ConFormatMessage(StdOut, (MessageId), ##__VA_ARGS__) |
#define | ConErrFormatMessage(MessageId, ...) ConFormatMessage(StdErr, (MessageId), ##__VA_ARGS__) |
#define | ConGetTextWidth ConGetTextWidthA |
Functions | |
VOID | ConInDummy (VOID) |
VOID | ConInDisable (VOID) |
VOID | ConInEnable (VOID) |
VOID | ConInFlush (VOID) |
VOID | ConInKey (PINPUT_RECORD) |
VOID | ConInString (LPTSTR, DWORD) |
VOID | ConOutChar (TCHAR) |
VOID | ConErrChar (TCHAR) |
VOID __cdecl | ConFormatMessage (PCON_STREAM Stream, DWORD MessageId,...) |
BOOL | ConPrintfVPaging (PCON_PAGER Pager, BOOL StartPaging, LPTSTR szFormat, va_list arg_ptr) |
BOOL __cdecl | ConOutPrintfPaging (BOOL StartPaging, LPTSTR szFormat,...) |
VOID | ConOutResPaging (BOOL StartPaging, UINT resID) |
SHORT | GetCursorX (VOID) |
SHORT | GetCursorY (VOID) |
VOID | GetCursorXY (PSHORT, PSHORT) |
VOID | SetCursorXY (SHORT, SHORT) |
VOID | GetScreenSize (PSHORT, PSHORT) |
VOID | SetCursorType (BOOL, BOOL) |
BOOL | ConSetTitle (IN LPCTSTR lpConsoleTitle) |
SIZE_T | ConGetTextWidthA (PCSTR pszText) |
SIZE_T | ConGetTextWidthW (PCWSTR pszText) |
Variables | |
UINT | InputCodePage |
UINT | OutputCodePage |
CON_SCREEN | StdOutScreen |
CON_PAGER | StdOutPager |
#define ConErrFormatMessage | ( | MessageId, | |
... | |||
) | ConFormatMessage(StdErr, (MessageId), ##__VA_ARGS__) |
#define ConErrResPrintf | ( | uID, | |
... | |||
) | ConResPrintf(StdErr, (uID), ##__VA_ARGS__) |
#define ConErrResPuts | ( | uID | ) | ConResPuts(StdErr, (uID)) |
#define ConGetTextWidth ConGetTextWidthA |
#define ConOutFormatMessage | ( | MessageId, | |
... | |||
) | ConFormatMessage(StdOut, (MessageId), ##__VA_ARGS__) |
#define ConOutResPrintf | ( | uID, | |
... | |||
) | ConResPrintf(StdOut, (uID), ##__VA_ARGS__) |
#define ConOutResPuts | ( | uID | ) | ConResPuts(StdOut, (uID)) |
VOID __cdecl ConFormatMessage | ( | PCON_STREAM | Stream, |
DWORD | MessageId, | ||
... | |||
) |
Definition at line 133 of file console.c.
Definition at line 340 of file console.c.
Referenced by ConGetTextWidthA().
Definition at line 36 of file console.c.
Referenced by FilePromptYN(), FilePromptYNA(), and PagePrompt().
Definition at line 46 of file console.c.
Referenced by FilePromptYN(), FilePromptYNA(), and PagePrompt().
Definition at line 56 of file console.c.
Referenced by CommandChoice().
VOID ConInKey | ( | PINPUT_RECORD | lpBuffer | ) |
Definition at line 61 of file console.c.
Referenced by CommandChoice(), FilePromptYN(), FilePromptYNA(), PagePrompt(), and ReadCommand().
Definition at line 123 of file console.c.
Referenced by Batch(), CheckCtrlBreak(), ClearCommandLine(), cmd_pause(), cmd_set(), cmd_ver(), CommandEcho(), DumpCommand(), EchoCommand(), ExecuteCommandWithEcho(), FilePromptYN(), FilePromptYNA(), Initialize(), PagePrompt(), PrintCommandList(), PrintPrompt(), ReadCommand(), and ReadLine().
Definition at line 171 of file console.c.
Referenced by cmd_type(), CommandDir(), and DoTypeFile().
Definition at line 182 of file console.c.
Referenced by cmd_beep(), cmd_call(), cmd_chdir(), cmd_cls(), cmd_copy(), cmd_ctty(), cmd_date(), cmd_for(), cmd_goto(), cmd_if(), cmd_mkdir(), cmd_move(), cmd_path(), cmd_pause(), cmd_prompt(), cmd_rename(), cmd_replace(), cmd_rmdir(), cmd_set(), cmd_shift(), cmd_start(), cmd_time(), cmd_title(), cmd_type(), cmd_ver(), cmd_verify(), cmd_vol(), CommandAlias(), CommandAssoc(), CommandChoice(), CommandColor(), CommandDelay(), CommandDelete(), CommandEcho(), CommandExit(), CommandFree(), CommandMemory(), CommandRem(), CommandScreen(), DirHelp(), Initialize(), invalid_switch(), and replace().
BOOL ConPrintfVPaging | ( | PCON_PAGER | Pager, |
BOOL | StartPaging, | ||
LPTSTR | szFormat, | ||
va_list | arg_ptr | ||
) |
Definition at line 155 of file console.c.
Referenced by ConOutPrintfPaging(), and DirPrintf().
Definition at line 280 of file console.c.
Referenced by cmd_title(), ResetConTitle(), and SetConTitle().
Definition at line 210 of file console.c.
Referenced by ReadCommand().
Definition at line 200 of file console.c.
Referenced by ReadCommand().
Definition at line 218 of file console.c.
Referenced by PagePrompt(), PrintPrompt(), and ReadCommand().
Definition at line 236 of file console.c.
Referenced by CommandScreen(), DirPrintWideList(), and PagePrompt().
Definition at line 226 of file console.c.
Referenced by ReadCommand().
Definition at line 191 of file console.c.
Referenced by ClearCommandLine(), CommandScreen(), PagePrompt(), and ReadCommand().
|
extern |
Definition at line 25 of file console.c.
Referenced by _tmain(), cmd_start(), ConInString(), Execute(), and ReadCommand().
|
extern |
Definition at line 26 of file console.c.
Referenced by _tmain(), BatchGetString(), cmd_start(), ConGetTextWidthA(), ConGetTextWidthW(), DirPrintWideList(), Execute(), FileGetString(), and Initialize().
|
extern |
Definition at line 30 of file console.c.
Referenced by ConOutPrintfPaging(), ConOutResPaging(), and DirPrintf().
|
extern |