OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FIRST_RESERVED
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llex.h
14
#define
FIRST_RESERVED
257
24
TK_AND =
FIRST_RESERVED
, TK_BREAK,
34
#define NUM_RESERVED (cast(int, TK_WHILE-
FIRST_RESERVED
+1))
/external/syslinux/com32/lua/src/
llex.h
14
#define
FIRST_RESERVED
257
24
TK_AND =
FIRST_RESERVED
, TK_BREAK,
34
#define NUM_RESERVED (cast(int, TK_WHILE-
FIRST_RESERVED
+1))
Completed in 591 milliseconds