Searched refs:lisdigit (Results 1 – 3 of 3) sorted by relevance
59 #define lisdigit(c) testprop(c, MASK(DIGITBIT)) macro85 #define lisdigit(c) (isdigit(c)) macro
88 if (lisdigit(c)) return c - '0'; in luaO_hexavalue()142 if (!lisdigit(cast_uchar(*s))) in lua_strx2number()144 while (lisdigit(cast_uchar(*s))) /* read exponent */ in lua_strx2number()
235 lua_assert(lisdigit(ls->current)); in read_numeral()332 for (i = 0; i < 3 && lisdigit(ls->current); i++) { /* read up to 3 digits */ in readdecesc()380 if (!lisdigit(ls->current)) in read_string()477 else if (!lisdigit(ls->current)) return '.'; in llex()