ESP-IDF
trex_element()
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_element()
trex_element() function
Syntax
Show:
Summary
Declaration
from
arg_rex.c:563
static
int
trex_element
(
TRex
*
exp
)
;
Arguments
Argument
exp
Related Functions
Found 17 other functions taking a
TRex
argument:
Function
trex_newnode()
trex_error()
trex_matchnode()
trex_free()
trex_expect()
trex_list()
trex_charnode()
trex_match()
trex_searchrange()
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_element
(
TRex
*
exp
)
{
arg_rex.c:563
int
nnode
=
trex_element
(
exp
)
;
arg_rex.c:656
trex_element()
e
=
trex_element
(
exp
)
;
arg_rex.c:669
trex_list()
Call Tree
from
examples
trex_element()
is called by 2 functions and calls 8 functions:
trex_element()
trex_list()
All items filtered out
trex_element()
trex_newnode()
trex_error()
trex_expect()
trex_class()
trex_charnode()
trex_element()
trex_list()
trex_parsenumber()
All items filtered out
Data Use
from
examples
trex_element()
reads 2 variables and writes 4 variables:
TRex::_p
TRex::_nodes
All items filtered out
trex_element()
tagTRexNode::left
tagTRexNode::right
tagTRexNode::next
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