ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | OUTPUT_BUFFER_SIZE 4096 |
#define | IS_FULL_WIDTH(wch) (((USHORT)(wch) >= 0x0080) && (mk_wcwidth_cjk(wch) == 2)) |
Variables | |
UINT | InputCodePage |
UINT | OutputCodePage |
CON_SCREEN | StdOutScreen = INIT_CON_SCREEN(StdOut) |
CON_PAGER | StdOutPager = INIT_CON_PAGER(&StdOutScreen) |
#define IS_FULL_WIDTH | ( | wch | ) | (((USHORT)(wch) >= 0x0080) && (mk_wcwidth_cjk(wch) == 2)) |
VOID __cdecl ConFormatMessage | ( | PCON_STREAM | Stream, |
DWORD | MessageId, | ||
... | |||
) |
Definition at line 129 of file console.c.
Definition at line 251 of file console.c.
Referenced by Initialize().
Definition at line 336 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 167 of file console.c.
Referenced by cmd_type(), CommandDir(), and DoTypeFile().
Definition at line 178 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_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(), and Initialize().
BOOL ConPrintfVPaging | ( | PCON_PAGER | Pager, |
BOOL | StartPaging, | ||
LPWSTR | szFormat, | ||
va_list | arg_ptr | ||
) |
Definition at line 151 of file console.c.
Referenced by ConOutPrintfPaging(), and DirPrintf().
Definition at line 283 of file console.c.
Referenced by cmd_beep().
Definition at line 298 of file console.c.
Referenced by CommandColor(), and Initialize().
Definition at line 276 of file console.c.
Referenced by cmd_title(), ResetConTitle(), and SetConTitle().
Definition at line 206 of file console.c.
Referenced by ReadCommand().
Definition at line 196 of file console.c.
Referenced by ReadCommand().
Definition at line 214 of file console.c.
Referenced by PagePrompt(), PrintPrompt(), and ReadCommand().
Definition at line 232 of file console.c.
Referenced by CommandScreen(), DirPrintWideList(), and PagePrompt().
Definition at line 222 of file console.c.
Referenced by ReadCommand().
Definition at line 187 of file console.c.
Referenced by ClearCommandLine(), CommandScreen(), PagePrompt(), and ReadCommand().
UINT InputCodePage |
Definition at line 25 of file console.c.
Referenced by _tmain(), cmd_start(), ConInString(), Execute(), and ReadCommand().
UINT OutputCodePage |
Definition at line 26 of file console.c.
Referenced by _tmain(), BatchGetString(), cmd_start(), CmdTrace(), ConGetTextWidthA(), ConGetTextWidthW(), DirPrintWideList(), Execute(), FileGetString(), and Initialize().
CON_PAGER StdOutPager = INIT_CON_PAGER(&StdOutScreen) |
Definition at line 30 of file console.c.
Referenced by ConOutPrintfPaging(), ConOutResPaging(), and DirPrintf().
CON_SCREEN StdOutScreen = INIT_CON_SCREEN(StdOut) |