OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lisdigit
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/lua/dist/src/
lctype.h
63
#define
lisdigit
(c) testprop(c, MASK(DIGITBIT))
macro
95
#define
lisdigit
(c) (isdigit(c))
llex.c
240
lua_assert(
lisdigit
(ls->current));
272
lua_assert(
lisdigit
(ls->current));
403
for (i = 0; i < 3 &&
lisdigit
(ls->current); i++) { /* read up to 3 digits */
452
esccheck(ls,
lisdigit
(ls->current), "invalid escape sequence");
561
else if (!
lisdigit
(ls->current)) return '.';
lobject.c
152
if (
lisdigit
(c)) return c - '0';
219
if (!
lisdigit
(cast_uchar(*s)))
221
while (
lisdigit
(cast_uchar(*s))) /* read exponent */
309
for (;
lisdigit
(cast_uchar(*s)); s++) {
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026