ReactOS
0.4.16-dev-91-g764881a
cmd.h
Go to the documentation of this file.
1
/*
2
* ReactOS log2lines
3
* Written by Jan Roeloffzen
4
*
5
* - Cli for escape commands
6
*/
7
8
#pragma once
9
10
#include <stdio.h>
11
12
#define KDBG_BS_CHAR 0x08
13
#define KDBG_ESC_CHAR '`'
14
#define KDBG_ESC_STR "`"
15
#define KDBG_ESC_RESP "| L2L- "
16
#define KDBG_ESC_OFF "off"
17
#define KDBG_PROMPT "kdb:>"
//Start interactive (-c) after this pattern
18
#define KDBG_CONT "---"
//Also after this pattern (prompt with no line ending)
19
#define KDBG_DISCARD "Command '"
KDBG_ESC_STR
//Discard responses at l2l escape commands
20
21
char
handle_escape_cmd
(
FILE
*outFile,
char
*
Line
);
22
23
/* EOF */
handle_escape_cmd
char handle_escape_cmd(FILE *outFile, char *Line)
Definition:
cmd.c:138
Line
Definition:
ncftp.h:79
_iobuf
Definition:
mbstring.h:19
sdk
tools
log2lines
cmd.h
Generated on Fri Oct 4 2024 06:13:50 for ReactOS by
1.9.6