ESP-IDF
TRexBool
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
TRexBool
TRexBool
Syntax
Show:
Summary
Declaration
from
arg_rex.c:96
typedef
unsigned
int
TRexBool
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
unsigned
int
TRexBool
;
arg_rex.c:96
TREX_API
TRexBool
trex_match
(
TRex
*
exp
,
const
TRexChar
*
text
)
;
arg_rex.c:112
trex_match()
TREX_API
TRexBool
trex_search
(
TRex
*
exp
,
const
TRexChar
*
text
,
const
TRexChar
*
*
out_begin
,
const
TRexChar
*
*
out_end
)
;
arg_rex.c:113
trex_search()
TREX_API
TRexBool
arg_rex.c:114
trex_searchrange()
TREX_API
TRexBool
trex_getsubexp
(
TRex
*
exp
,
int
n
,
TRexMatch
*
subexp
)
;
arg_rex.c:117
trex_getsubexp()
TRexBool
is_match
=
TRex_False
;
arg_rex.c:139
arg_rex_scanfn()
static
int
trex_charnode
(
TRex
*
exp
,
TRexBool
isclass
)
{
arg_rex.c:438
trex_charnode()
trex_charnode()::isclass
TRexBool
isgreedy
=
TRex_False
;
arg_rex.c:600
trex_element()
static
TRexBool
trex_matchcclass
(
int
cclass
,
TRexChar
c
)
{
arg_rex.c:687
trex_matchcclass()
static
TRexBool
trex_matchclass
(
TRex
*
exp
,
TRexNode
*
node
,
TRexChar
c
)
{
arg_rex.c:725
trex_matchclass()
TRexBool
trex_match
(
TRex
*
exp
,
const
TRexChar
*
text
)
{
arg_rex.c:959
trex_match()
TRexBool
trex_searchrange
(
TRex
*
exp
,
const
TRexChar
*
text_begin
,
const
TRexChar
*
text_end
,
const
TRexChar
*
*
out_begin
,
const
TRexChar
*
*
out_end
)
{
arg_rex.c:970
trex_searchrange()
TRexBool
trex_search
(
TRex
*
exp
,
const
TRexChar
*
text
,
const
TRexChar
*
*
out_begin
,
const
TRexChar
*
*
out_end
)
{
arg_rex.c:1001
trex_search()
TRexBool
trex_getsubexp
(
TRex
*
exp
,
int
n
,
TRexMatch
*
subexp
)
{
arg_rex.c:1009
trex_getsubexp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
return
trex_match()
arg_rex.c:112
return
trex_search()
arg_rex.c:113
return
trex_searchrange()
arg_rex.c:114
return
trex_getsubexp()
arg_rex.c:117
trex_charnode()::isclass
trex_charnode()
arg_rex.c:438
return
trex_matchcclass()
arg_rex.c:687
return
trex_matchclass()
arg_rex.c:725
return
trex_match()
arg_rex.c:959
return
trex_searchrange()
arg_rex.c:970
return
trex_search()
arg_rex.c:1001
return
trex_getsubexp()
arg_rex.c:1009
Lifecycle
from
examples
All items filtered out
All items filtered out