esc_parser is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

esc_parser struct

Syntax

struct esc_parser {     enum {         EP_START,            EP_ESC,              EP_DIGITS,           EP_PROPS,            EP_END,              EP_ERROR,        } state;     int props[5];        int maxprops;        int numprops;        int termchar;        int current;     };

Fields

state

No summary provided. Read more...

props

No summary provided. Read more...

maxprops

No summary provided. Read more...

numprops

No summary provided. Read more...

termchar

No summary provided. Read more...

current

No summary provided. Read more...

References

LocationReferrerScopeText
linenoise.c:527
struct esc_parser {
linenoise.c:550initParseEscapeSeq()
static void initParseEscapeSeq(struct esc_parser *parser, int termchar)
linenoise.c:570parseEscapeSequence()
static int parseEscapeSequence(struct esc_parser *parser, int ch)
linenoise.c:1341refreshLineAlt()
struct esc_parser parser;

Type Use

Variables of esc_parser type
esc_parser
Allocators of esc_parser
Deletors of esc_parser
refreshLineAlt()::parser
all items filtered out
esc_parser
refreshLineAlt()::parser
all items filtered out