ESP-IDF
OP_NCLASS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
OP_NCLASS
OP_NCLASS macro
Syntax
Show:
Summary
Declaration
from
arg_rex.c:333
#define
OP_NCLASS
(
MAX_CHAR
+
8
)
Examples
References
from
examples
Code
Location
#define
OP_NCLASS
(
MAX_CHAR
+
8
)
/* negates class the [^ */
arg_rex.c:333
ret
=
trex_newnode
(
exp
,
OP_NCLASS
)
;
arg_rex.c:503
case
OP_NCLASS
:
arg_rex.c:880
:
(
type
==
OP_NCLASS
?
TRex_True
:
TRex_False
)
)
{
arg_rex.c:883
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