Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllex.c185 static int check_next (LexState *ls, const char *set) { in check_next() function
237 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()