ESP-IDF
tagTRexNode::right
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tagTRexNode::right
tagTRexNode::right field
Syntax
Show:
Summary
Declaration
from
arg_rex.c:354
int
right
;
Examples
References
from
examples
Code
Location
Referrer
int
right
;
arg_rex.c:354
n
.
next
=
n
.
right
=
n
.
left
=
-
1
;
arg_rex.c:381
trex_newnode()
n
.
right
=
exp
->
_nsubexpr
++
;
arg_rex.c:383
trex_newnode()
exp
->
_nodes
[
r
]
.
right
=
t
;
arg_rex.c:523
trex_class()
exp
->
_nodes
[
nnode
]
.
right
=
(
(
p0
)
<
<
16
)
|
p1
;
arg_rex.c:650
trex_element()
exp
->
_nodes
[
temp
]
.
right
=
tright
;
arg_rex.c:681
trex_list()
if
(
c
>=
toupper
(
node
->
left
)
&&
c
<=
toupper
(
node
->
right
)
)
arg_rex.c:730
trex_matchclass()
if
(
c
>=
tolower
(
node
->
left
)
&&
c
<=
tolower
(
node
->
right
)
)
arg_rex.c:732
trex_matchclass()
if
(
c
>=
node
->
left
&&
c
<=
node
->
right
)
arg_rex.c:735
trex_matchclass()
int
p0
=
(
node
->
right
>
>
16
)
&
0x0000FFFF
,
p1
=
node
->
right
&
0x0000FFFF
,
nmaches
=
0
;
arg_rex.c:762
trex_matchnode()
if
(
greedystop
->
type
!=
OP_GREEDY
||
(
greedystop
->
type
==
OP_GREEDY
&&
(
(
greedystop
->
right
>
>
16
)
&
0x0000FFFF
)
!=
0
)
)
{
arg_rex.c:780
trex_matchnode()
temp
=
&
exp
->
_nodes
[
node
->
right
]
;
arg_rex.c:821
trex_matchnode()
if
(
node
->
type
!=
OP_NOCAPEXPR
&&
node
->
right
==
exp
->
_currsubexp
)
{
arg_rex.c:836
trex_matchnode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tagTRexNode::right
is written by 4 functions and is read by 2 functions:
trex_newnode()
trex_class()
trex_element()
trex_list()
All items filtered out
tagTRexNode::right
trex_matchclass()
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