Searched defs:check_next (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/lua/src/
H A Dllex.c182 static int check_next (LexState *ls, const char *set) { function
234 if (first == '0' && check_next(ls, "Xx")) /* hexadecimal? */
237 if (check_next(ls, expo)) /* exponent part? */
238 check_next(ls, "+-"); /* optional exponent sign */
469 if (check_next(ls, ".")) {
470 if (check_next(ls, "."))
/external/syslinux/com32/lua/src/
H A Dllex.c189 static int check_next (LexState *ls, const char *set) { function
241 if (first == '0' && check_next(ls, "Xx")) /* hexadecimal? */
244 if (check_next(ls, expo)) /* exponent part? */
245 check_next(ls, "+-"); /* optional exponent sign */
476 if (check_next(ls, ".")) {
477 if (check_next(ls, "."))

Completed in 258 milliseconds