ESP-IDF
TRex_True
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
TRex_True
TRex_True macro
Syntax
Show:
Summary
Declaration
from
arg_rex.c:91
#define
TRex_True
1
Examples
References
from
examples
Code
Location
#define
TRex_True
1
arg_rex.c:91
first
=
trex_charnode
(
exp
,
TRex_True
)
;
arg_rex.c:532
first
=
trex_charnode
(
exp
,
TRex_True
)
;
arg_rex.c:534
isgreedy
=
TRex_True
;
arg_rex.c:607
isgreedy
=
TRex_True
;
arg_rex.c:613
isgreedy
=
TRex_True
;
arg_rex.c:619
isgreedy
=
TRex_True
;
arg_rex.c:644
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_True
;
arg_rex.c:731
return
TRex_True
;
arg_rex.c:733
return
TRex_True
;
arg_rex.c:736
return
TRex_True
;
arg_rex.c:741
return
TRex_True
;
arg_rex.c:746
return
TRex_True
;
arg_rex.c:749
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_True
;
arg_rex.c:967
return
TRex_True
;
arg_rex.c:998
return
TRex_True
;
arg_rex.c:1013
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