OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lislalpha
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lctype.h
57
#define
lislalpha
(c) testprop(c, MASK(ALPHABIT))
macro
83
#define
lislalpha
(c) (isalpha(c) || (c) == '_')
macro
llex.c
486
if (
lislalpha
(ls->current)) { /* identifier or reserved word? */
Completed in 329 milliseconds