OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testprop
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/lua/dist/src/
lctype.h
56
#define
testprop
(c,p) (luai_ctype_[(c)+1] & (p))
macro
61
#define lislalpha(c)
testprop
(c, MASK(ALPHABIT))
62
#define lislalnum(c)
testprop
(c, (MASK(ALPHABIT) | MASK(DIGITBIT)))
63
#define lisdigit(c)
testprop
(c, MASK(DIGITBIT))
64
#define lisspace(c)
testprop
(c, MASK(SPACEBIT))
65
#define lisprint(c)
testprop
(c, MASK(PRINTBIT))
66
#define lisxdigit(c)
testprop
(c, MASK(XDIGITBIT))
Completed in 15 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026