#include <stdio.h>
Go to the source code of this file.
◆ KDBG_BS_CHAR
Definition at line 12 of file cmd.h.
◆ KDBG_CONT
Definition at line 18 of file cmd.h.
◆ KDBG_DISCARD
#define KDBG_DISCARD "Command '" KDBG_ESC_STR |
Definition at line 19 of file cmd.h.
◆ KDBG_ESC_CHAR
Definition at line 13 of file cmd.h.
◆ KDBG_ESC_OFF
Definition at line 16 of file cmd.h.
◆ KDBG_ESC_RESP
#define KDBG_ESC_RESP "| L2L- " |
Definition at line 15 of file cmd.h.
◆ KDBG_ESC_STR
Definition at line 14 of file cmd.h.
◆ KDBG_PROMPT
Definition at line 17 of file cmd.h.
◆ handle_escape_cmd()
Definition at line 138 of file cmd.c.
157 esclog(outFile,
"Command expected\n");
161 if (
res && cnt==2 && sep !=
' ')
163 esclog(outFile,
"' ' expected\n");
167 while ( *
l ==
' ')
l++;
213 esclog(outFile,
"Bye!\n");
222 esclog(outFile,
"Statistics cleared\n");
235 esclog(outFile,
"(Setting source tree not implemented)\n");
259 esclog(outFile,
"Command not implemented in cli: %c %s\n",
cmd,
arg)
_Check_return_ _CRTIMP int __cdecl sscanf(_In_z_ const char *_Src, _In_z_ _Scanf_format_string_ const char *_Format,...)
GLsizeiptr const GLvoid GLenum usage
char * strchr(const char *String, int ch)
int strcmp(const char *String1, const char *String2)
Referenced by translate_files().