ESP-IDF
tagTRexNode::type
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::type
tagTRexNode::type field
Syntax
Show:
Summary
Declaration
from
arg_rex.c:352
TRexNodeType
type
;
Examples
References
from
examples
Code
Location
Referrer
TRexNodeType
type
;
arg_rex.c:352
n
.
type
=
type
;
arg_rex.c:380
trex_newnode()
if
(
exp
->
_nodes
[
first
]
.
type
==
OP_CCLASS
)
arg_rex.c:519
trex_class()
exp
->
_nodes
[
r
]
.
left
=
exp
->
_nodes
[
first
]
.
type
;
arg_rex.c:521
trex_class()
switch
(
node
->
type
)
{
arg_rex.c:727
trex_matchclass()
if
(
c
==
tolower
(
node
->
type
)
||
c
==
toupper
(
node
->
type
)
)
arg_rex.c:745
trex_matchclass()
if
(
c
==
node
->
type
)
arg_rex.c:748
trex_matchclass()
TRexNodeType
type
=
node
->
type
;
arg_rex.c:757
trex_matchnode()
if
(
greedystop
->
type
!=
OP_GREEDY
||
(
greedystop
->
type
==
OP_GREEDY
&&
(
(
greedystop
->
right
>
>
16
)
&
0x0000FFFF
)
!=
0
)
)
{
arg_rex.c:780
trex_matchnode()
if
(
node
->
type
!=
OP_NOCAPEXPR
&&
node
->
right
==
exp
->
_currsubexp
)
{
arg_rex.c:836
trex_matchnode()
if
(
*
str
!=
tolower
(
node
->
type
)
&&
*
str
!=
toupper
(
node
->
type
)
)
arg_rex.c:896
trex_matchnode()
if
(
*
str
!=
node
->
type
)
arg_rex.c:899
trex_matchnode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tagTRexNode::type
is written by 1 function and is read by 3 functions:
trex_newnode()
All items filtered out
tagTRexNode::type
trex_class()
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