Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dllex.c204 static int check_next2 (LexState *ls, const char *set) { in check_next2() function
233 if (first == '0' && check_next2(ls, "xX")) /* hexadecimal? */ in read_numeral()
236 if (check_next2(ls, expo)) /* exponent mark? */ in read_numeral()
237 check_next2(ls, "-+"); /* optional exponent sign */ in read_numeral()

Completed in 3 milliseconds