OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:luai_ctype_
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lctype.h
52
#define testprop(c,p) (
luai_ctype_
[(c)+1] & (p))
71
LUAI_DDEC const lu_byte
luai_ctype_
[UCHAR_MAX + 2];
variable
lctype.c
16
LUAI_DDEF const lu_byte
luai_ctype_
[UCHAR_MAX + 2] = {
variable
/external/lua/src/
lctype.h
52
#define testprop(c,p) (
luai_ctype_
[(c)+1] & (p))
71
LUAI_DDEC const lu_byte
luai_ctype_
[UCHAR_MAX + 2];
variable
lctype.c
19
LUAI_DDEF const lu_byte
luai_ctype_
[UCHAR_MAX + 2] = {
variable
Completed in 215 milliseconds