ESP-IDF
TRex::_nsubexpr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::_nsubexpr
TRex::_nsubexpr field
Syntax
Show:
Summary
Declaration
from
arg_rex.c:367
int
_nsubexpr
;
Examples
References
from
examples
Code
Location
Referrer
int
_nsubexpr
;
arg_rex.c:367
n
.
right
=
exp
->
_nsubexpr
++
;
arg_rex.c:383
trex_newnode()
exp
->
_nsubexpr
=
0
;
arg_rex.c:916
trex_compile()
exp
->
_matches
=
(
TRexMatch
*
)
xmalloc
(
(
size_t
)
exp
->
_nsubexpr
*
sizeof
(
TRexMatch
)
)
;
arg_rex.c:941
trex_compile()
memset
(
exp
->
_matches
,
0
,
(
size_t
)
exp
->
_nsubexpr
*
sizeof
(
TRexMatch
)
)
;
arg_rex.c:942
trex_compile()
return
exp
->
_nsubexpr
;
arg_rex.c:1006
trex_getsubexpcount()
if
(
n
<
0
||
n
>=
exp
->
_nsubexpr
)
arg_rex.c:1010
trex_getsubexp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TRex::_nsubexpr
is written by 2 functions and is read by 4 functions:
trex_newnode()
trex_compile()
All items filtered out
TRex::_nsubexpr
trex_newnode()
trex_compile()
trex_getsubexpcount()
trex_getsubexp()
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