Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dllex.c212 static int check_next2 (LexState *ls, const char *set) { in check_next2() function
242 if (first == '0' && check_next2(ls, "xX")) /* hexadecimal? */ in read_numeral()
245 if (check_next2(ls, expo)) /* exponent mark? */ in read_numeral()
246 check_next2(ls, "-+"); /* optional exponent sign */ in read_numeral()
275 check_next2(ls, "xX"); /* hexadecimal? */ in read_numeral()