Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dllex.c328 static int gethexa (LexState *ls) { in gethexa() function
336 int r = gethexa(ls); in readhexaesc()
337 r = (r << 4) + gethexa(ls); in readhexaesc()
348 r = gethexa(ls); /* must have at least one digit */ in readutf8esc()