ESP-IDF
trex_charnode()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_charnode()
trex_charnode() function
Syntax
Show:
Summary
Declaration
from
arg_rex.c:438
static
int
trex_charnode
(
TRex
*
exp
,
TRexBool
isclass
)
;
Arguments
Argument
exp
isclass
Related Functions
Found 17 other functions taking a
TRex
argument:
Function
trex_newnode()
trex_error()
trex_matchnode()
trex_free()
trex_expect()
trex_list()
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
int
trex_charnode
(
TRex
*
exp
,
TRexBool
isclass
)
{
arg_rex.c:438
first
=
trex_charnode
(
exp
,
TRex_True
)
;
arg_rex.c:532
trex_class()
first
=
trex_charnode
(
exp
,
TRex_True
)
;
arg_rex.c:534
trex_class()
ret
=
trex_charnode
(
exp
,
TRex_False
)
;
arg_rex.c:595
trex_element()
Call Tree
from
examples
trex_charnode()
is called by 2 functions and calls 3 functions:
trex_class()
trex_element()
All items filtered out
trex_charnode()
trex_newnode()
trex_error()
trex_charclass()
All items filtered out
Data Use
from
examples
trex_charnode()
reads 2 variables and writes 2 variables:
TRex::_p
TRex::_nodes
All items filtered out
trex_charnode()
tagTRexNode::left
TRex::_p
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