Searched refs:lisdigit (Results 1 – 3 of 3) sorted by relevance
58 #define lisdigit(c) testprop(c, MASK(DIGITBIT)) macro84 #define lisdigit(c) (isdigit(c)) macro
84 if (lisdigit(c)) return c - '0'; in luaO_hexavalue()137 if (!lisdigit(cast_uchar(*s))) in lua_strx2number()139 while (lisdigit(cast_uchar(*s))) /* read exponent */ in lua_strx2number()
232 lua_assert(lisdigit(ls->current)); in read_numeral()329 for (i = 0; i < 3 && lisdigit(ls->current); i++) { /* read up to 3 digits */ in readdecesc()377 if (!lisdigit(ls->current)) in read_string()477 else if (!lisdigit(ls->current)) return '.'; in llex()