Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dllex.c189 static int check_next (LexState *ls, const char *set) { in check_next() function
241 if (first == '0' && check_next(ls, "Xx")) /* hexadecimal? */ in read_numeral()
244 if (check_next(ls, expo)) /* exponent part? */ in read_numeral()
245 check_next(ls, "+-"); /* optional exponent sign */ in read_numeral()
476 if (check_next(ls, ".")) { in llex()
477 if (check_next(ls, ".")) in llex()