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

/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 73 milliseconds