ReactOS
0.4.16-dev-598-gc07fba4
Functions
pause.c File Reference
#include "
precomp.h
"
Include dependency graph for pause.c:
Go to the source code of this file.
Functions
INT
cmd_pause
(
LPTSTR
param
)
Function Documentation
◆
cmd_pause()
INT
cmd_pause
(
LPTSTR
param
)
Definition at line
37
of file
pause.c
.
38
{
39
TRACE
(
"cmd_pause: \'%s\')\n"
,
debugstr_aw
(
param
));
40
41
if
(!
_tcsncmp
(
param
,
_T
(
"/?"
), 2))
42
{
43
ConOutResPaging
(
TRUE
,
STRING_PAUSE_HELP1
);
44
return
0;
45
}
46
47
if
(*
param
)
48
ConOutPuts
(
param
);
49
else
50
msg_pause
();
51
52
cgetchar
();
53
54
ConOutChar
(
_T
(
'\n'
));
55
return
0;
56
}
ConOutResPaging
VOID ConOutResPaging(BOOL StartPaging, UINT resID)
Definition:
console.c:178
ConOutPuts
#define ConOutPuts(szStr)
Definition:
console.h:29
debugstr_aw
#define debugstr_aw
Definition:
precomp.h:44
STRING_PAUSE_HELP1
#define STRING_PAUSE_HELP1
Definition:
resource.h:155
TRUE
#define TRUE
Definition:
types.h:120
param
GLfloat param
Definition:
glext.h:5796
_tcsncmp
#define _tcsncmp
Definition:
tchar.h:1428
ConOutChar
VOID ConOutChar(TCHAR c)
Definition:
util.c:233
cgetchar
TCHAR cgetchar(VOID)
Definition:
util.c:242
msg_pause
VOID msg_pause(VOID)
Definition:
util.c:210
TRACE
#define TRACE(s)
Definition:
solgame.cpp:4
_T
#define _T(x)
Definition:
vfdio.h:22
base
shell
cmd
pause.c
Generated on Sat Jan 25 2025 06:17:07 for ReactOS by
1.9.6