OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lisspace
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lctype.h
60
#define
lisspace
(c) testprop(c, MASK(SPACEBIT))
macro
86
#define
lisspace
(c) (isspace(c))
macro
lobject.c
123
while (
lisspace
(cast_uchar(*s))) s++; /* skip initial spaces */
167
while (
lisspace
(cast_uchar(*endptr))) endptr++;
Completed in 780 milliseconds