ESP-IDF
trex_matchclass()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_matchclass()
trex_matchclass() function
Syntax
Show:
Summary
Declaration
from
arg_rex.c:725
static
TRexBool
trex_matchclass
(
TRex
*
exp
,
TRexNode
*
node
,
TRexChar
c
)
;
Arguments
Argument
exp
node
c
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_element()
trex_parsenumber()
trex_search()
trex_getsubexpcount()
trex_getsubexp()
trex_class()
trex_escapechar()
trex_charclass()
Examples
References
from
examples
Code
Location
Referrer
static
TRexBool
trex_matchclass
(
TRex
*
exp
,
TRexNode
*
node
,
TRexChar
c
)
{
arg_rex.c:725
if
(
trex_matchclass
(
exp
,
&
exp
->
_nodes
[
node
->
left
]
,
*
str
)
?
(
type
==
OP_CLASS
?
TRex_True
:
TRex_False
)
arg_rex.c:882
trex_matchnode()
Call Tree
from
examples
trex_matchclass()
is called by 1 function and calls 1 function:
trex_matchnode()
All items filtered out
trex_matchclass()
trex_matchcclass()
All items filtered out
Data Use
from
examples
trex_matchclass()
reads 6 variables:
tagTRexNode::type
tagTRexNode::left
tagTRexNode::right
tagTRexNode::next
TRex::_nodes
TRex::_flags
All items filtered out
trex_matchclass()
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