Go to the source code of this file.
◆ CommandEcho()
Definition at line 65 of file echo.c.
66{
68
70
71
74 p1++;
75
77 {
79 return 0;
80 }
81
83 {
84
87 }
88 return 0;
89}
VOID ConOutResPaging(BOOL StartPaging, UINT resID)
#define ConOutPuts(szStr)
#define STRING_ECHO_HELP5
#define STRING_ECHO_HELP4
BOOL OnOffCommand(LPTSTR param, LPBOOL flag, INT message)
◆ CommandEchoerr()
Definition at line 106 of file echo.c.
107{
109
111 {
113 return 0;
114 }
115
117 return 0;
118}
#define ConErrPuts(szStr)
#define STRING_ECHO_HELP2
#define ConOutResPuts(uID)
◆ CommandEchos()
Definition at line 91 of file echo.c.
92{
94
96 {
98 return 0;
99 }
100
102 return 0;
103}
#define ConOutPrintf(szStr,...)
#define STRING_ECHO_HELP1
◆ CommandEchoserr()
Definition at line 121 of file echo.c.
122{
124
126 {
128 return 0;
129 }
130
132 return 0;
133}
#define ConErrPrintf(szStr,...)
#define STRING_ECHO_HELP3
◆ OnOffCommand()
Definition at line 32 of file echo.c.
33{
36 {
39 p2++;
41 {
44 }
45 }
47 {
50 p2++;
52 {
55 }
56 }
58 {
61 }
63}
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean flag
#define ConOutResPrintf(uID,...)
Referenced by cmd_verify(), and CommandEcho().