HomeSort by: relevance | last modified time | path
    Searched defs:check_next2 (Results 1 - 1 of 1) sorted by relevancy

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

Completed in 17 milliseconds