Searched refs:check_next2 (Results 1 – 1 of 1) sorted by relevance
201 static int check_next2 (LexState *ls, const char *set) { in check_next2() function230 if (first == '0' && check_next2(ls, "xX")) /* hexadecimal? */ in read_numeral()233 if (check_next2(ls, expo)) /* exponent mark? */ in read_numeral()234 check_next2(ls, "-+"); /* optional exponent sign */ in read_numeral()