ESP-IDF
trex_error()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
trex_error()
trex_error() function
Syntax
Show:
Summary
Declaration
from
arg_rex.c:393
static
void
trex_error
(
TRex
*
exp
,
const
TRexChar
*
error
)
;
Arguments
Argument
exp
error
Related Functions
Found 17 other functions taking a
TRex
argument:
Function
trex_newnode()
trex_matchnode()
trex_free()
trex_expect()
trex_list()
trex_charnode()
trex_match()
trex_searchrange()
trex_element()
trex_parsenumber()
trex_search()
trex_getsubexpcount()
trex_getsubexp()
trex_class()
trex_escapechar()
trex_charclass()
trex_matchclass()
Examples
References
from
examples
Code
Location
Referrer
static
void
trex_error
(
TRex
*
exp
,
const
TRexChar
*
error
)
{
arg_rex.c:393
trex_error
(
exp
,
_SC
(
"expected paren"
)
)
;
arg_rex.c:401
trex_expect()
trex_error
(
exp
,
_SC
(
"letter expected"
)
)
;
arg_rex.c:428
trex_escapechar()
trex_error
(
exp
,
_SC
(
"letter expected"
)
)
;
arg_rex.c:493
trex_charnode()
trex_error
(
exp
,
_SC
(
"empty class"
)
)
;
arg_rex.c:509
trex_class()
trex_error
(
exp
,
_SC
(
"unfinished range"
)
)
;
arg_rex.c:515
trex_class()
trex_error
(
exp
,
_SC
(
"invalid range"
)
)
;
arg_rex.c:518
trex_class()
trex_error
(
exp
,
_SC
(
"cannot use character classes in ranges"
)
)
;
arg_rex.c:520
trex_class()
trex_error
(
exp
,
_SC
(
"overflow in numeric constant"
)
)
;
arg_rex.c:557
trex_parsenumber()
trex_error
(
exp
,
_SC
(
"number expected"
)
)
;
arg_rex.c:624
trex_element()
trex_error
(
exp
,
_SC
(
", or } expected"
)
)
;
arg_rex.c:641
trex_element()
trex_error
(
exp
,
_SC
(
"unexpected character"
)
)
;
arg_rex.c:925
trex_compile()
Call Tree
from
examples
trex_error()
is called by 7 functions:
trex_expect()
trex_escapechar()
trex_charnode()
trex_class()
trex_parsenumber()
trex_element()
trex_compile()
All items filtered out
trex_error()
All items filtered out
Data Use
from
examples
trex_error()
reads 2 variables:
TRex::_jmpbuf
TRex::_error
All items filtered out
trex_error()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out