ReactOS
0.4.16-dev-555-g690643f
Functions
cls.c File Reference
#include "
precomp.h
"
Include dependency graph for cls.c:
Go to the source code of this file.
Functions
INT
cmd_cls
(
LPTSTR
param
)
Function Documentation
◆
cmd_cls()
INT
cmd_cls
(
LPTSTR
param
)
Definition at line
33
of file
cls.c
.
34
{
35
if
(!
_tcsncmp
(
param
,
_T
(
"/?"
), 2))
36
{
37
ConOutResPaging
(
TRUE
,
STRING_CLS_HELP
);
38
return
0;
39
}
40
41
ConClearScreen
(&
StdOutScreen
);
42
return
0;
43
}
StdOutScreen
CON_SCREEN StdOutScreen
Definition:
attrib.c:30
ConOutResPaging
VOID ConOutResPaging(BOOL StartPaging, UINT resID)
Definition:
console.c:178
STRING_CLS_HELP
#define STRING_CLS_HELP
Definition:
resource.h:74
TRUE
#define TRUE
Definition:
types.h:120
param
GLfloat param
Definition:
glext.h:5796
_tcsncmp
#define _tcsncmp
Definition:
tchar.h:1428
ConClearScreen
VOID ConClearScreen(IN PCON_SCREEN Screen)
Definition:
screen.c:131
_T
#define _T(x)
Definition:
vfdio.h:22
base
shell
cmd
cls.c
Generated on Tue Jan 21 2025 06:16:37 for ReactOS by
1.9.6