ESP-IDF
TRex::_currsubexp
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TRex::_currsubexp
TRex::_currsubexp field
Syntax
Show:
Summary
Declaration
from
arg_rex.c:369
int
_currsubexp
;
Examples
References
from
examples
Code
Location
Referrer
int
_currsubexp
;
arg_rex.c:369
if
(
node
->
type
!=
OP_NOCAPEXPR
&&
node
->
right
==
exp
->
_currsubexp
)
{
arg_rex.c:836
trex_matchnode()
capture
=
exp
->
_currsubexp
;
arg_rex.c:837
trex_matchnode()
exp
->
_currsubexp
++
;
arg_rex.c:839
trex_matchnode()
exp
->
_currsubexp
=
0
;
arg_rex.c:963
trex_match()
exp
->
_currsubexp
=
0
;
arg_rex.c:980
trex_searchrange()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TRex::_currsubexp
is written by 3 functions and is read by 1 function:
trex_matchnode()
trex_match()
trex_searchrange()
All items filtered out
TRex::_currsubexp
trex_matchnode()
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