ESP-IDF
MAX_CHAR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
MAX_CHAR
MAX_CHAR macro
Syntax
Show:
Summary
Declaration
from
arg_rex.c:82
#define
MAX_CHAR
0xFF
Examples
References
from
examples
Code
Location
#define
MAX_CHAR
0xFF
arg_rex.c:82
#define
OP_GREEDY
(
MAX_CHAR
+
1
)
/* * + ? {n} */
arg_rex.c:326
#define
OP_OR
(
MAX_CHAR
+
2
)
arg_rex.c:327
#define
OP_EXPR
(
MAX_CHAR
+
3
)
/* parentesis () */
arg_rex.c:328
#define
OP_NOCAPEXPR
(
MAX_CHAR
+
4
)
/* parentesis (?:) */
arg_rex.c:329
#define
OP_DOT
(
MAX_CHAR
+
5
)
arg_rex.c:330
#define
OP_CLASS
(
MAX_CHAR
+
6
)
arg_rex.c:331
#define
OP_CCLASS
(
MAX_CHAR
+
7
)
arg_rex.c:332
#define
OP_NCLASS
(
MAX_CHAR
+
8
)
/* negates class the [^ */
arg_rex.c:333
#define
OP_RANGE
(
MAX_CHAR
+
9
)
arg_rex.c:334
#define
OP_EOL
(
MAX_CHAR
+
11
)
arg_rex.c:336
#define
OP_BOL
(
MAX_CHAR
+
12
)
arg_rex.c:337
#define
OP_WB
(
MAX_CHAR
+
13
)
arg_rex.c:338
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