reg_decode_escape() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

reg_decode_escape() function

Call for chars after a backlash to decode the escape sequence. Stores the result in *ch. Returns the number of bytes consumed.

Syntax

static int reg_decode_escape(const char *s,     int *ch);

Arguments

s

ch

References

LocationReferrerText
jimregexp.c:626
static int reg_decode_escape(const char *s, int *ch)
jimregexp.c:757regatom()
pattern += reg_decode_escape(pattern, &start);
jimregexp.c:772regatom()
pattern += reg_decode_escape(pattern, &end);
jimregexp.c:968regatom()
n += reg_decode_escape(preg->regparse + n, &ch);

Call Tree

Functions calling reg_decode_escape()
Functions called by reg_decode_escape()
all items filtered out
reg_decode_escape()
all items filtered out
Data read by reg_decode_escape()
Data written by reg_decode_escape()
reg_decode_escape()::n
reg_decode_escape()::s0
all items filtered out
reg_decode_escape()
reg_decode_escape()::n
all items filtered out