ESP-IDF
TRex_False
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
TRex_False
TRex_False macro
Syntax
Show:
Summary
Declaration
from
arg_rex.c:92
#define
TRex_False
0
Examples
References
from
examples
Code
Location
#define
TRex_False
0
arg_rex.c:92
TRexBool
is_match
=
TRex_False
;
arg_rex.c:139
ret
=
trex_charnode
(
exp
,
TRex_False
)
;
arg_rex.c:595
TRexBool
isgreedy
=
TRex_False
;
arg_rex.c:600
return
isalpha
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:690
return
!
isalpha
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:692
return
(
isalnum
(
c
)
||
c
==
'_'
)
?
TRex_True
:
TRex_False
;
arg_rex.c:694
return
(
!
isalnum
(
c
)
&&
c
!=
'_'
)
?
TRex_True
:
TRex_False
;
arg_rex.c:696
return
isspace
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:698
return
!
isspace
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:700
return
isdigit
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:702
return
!
isdigit
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:704
return
isxdigit
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:706
return
!
isxdigit
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:708
return
iscntrl
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:710
return
!
iscntrl
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:712
return
ispunct
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:714
return
!
ispunct
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:716
return
islower
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:718
return
isupper
(
c
)
?
TRex_True
:
TRex_False
;
arg_rex.c:720
return
TRex_False
;
/*cannot happen*/
arg_rex.c:722
return
TRex_False
;
arg_rex.c:753
if
(
trex_matchclass
(
exp
,
&
exp
->
_nodes
[
node
->
left
]
,
*
str
)
?
(
type
==
OP_CLASS
?
TRex_True
:
TRex_False
)
arg_rex.c:882
:
(
type
==
OP_NCLASS
?
TRex_True
:
TRex_False
)
)
{
arg_rex.c:883
return
TRex_False
;
arg_rex.c:966
return
TRex_False
;
arg_rex.c:974
return
TRex_False
;
arg_rex.c:990
return
TRex_False
;
arg_rex.c:1011
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
Lifecycle
from
examples
All items filtered out
All items filtered out