Home
last modified time | relevance | path

Searched refs:check_next (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllex.c182 static int check_next (LexState *ls, const char *set) { in check_next() function
234 if (first == '0' && check_next(ls, "Xx")) /* hexadecimal? */ in read_numeral()
237 if (check_next(ls, expo)) /* exponent part? */ in read_numeral()
238 (void) check_next(ls, "+-"); /* optional exponent sign */ in read_numeral()
472 if (check_next(ls, ".")) { in llex()
473 if (check_next(ls, ".")) in llex()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllex.c163 static int check_next (LexState *ls, const char *set) { in check_next() function
199 if (check_next(ls, "Ee")) /* `E'? */ in read_numeral()
200 check_next(ls, "+-"); /* optional exponent sign */ in read_numeral()
398 if (check_next(ls, ".")) { in llex()
399 if (check_next(ls, ".")) in llex()