Searched refs:check_next (Results 1 – 1 of 1) sorted by relevance
185 static int check_next (LexState *ls, const char *set) { in check_next() function237 if (first == '0' && check_next(ls, "Xx")) /* hexadecimal? */ in read_numeral()240 if (check_next(ls, expo)) /* exponent part? */ in read_numeral()241 check_next(ls, "+-"); /* optional exponent sign */ in read_numeral()472 if (check_next(ls, ".")) { in llex()473 if (check_next(ls, ".")) in llex()