Home
last modified time | relevance | path

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

/external/lua/src/
Dllex.c199 static int check_next2 (LexState *ls, const char *set) { in check_next2() function
220 if (first == '0' && check_next2(ls, "xX")) /* hexadecimal? */ in read_numeral()
223 if (check_next2(ls, expo)) /* exponent part? */ in read_numeral()
224 check_next2(ls, "-+"); /* optional exponent sign */ in read_numeral()