Home
last modified time | relevance | path

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

/external/lua/src/
Dllex.c312 static int gethexa (LexState *ls) { in gethexa() function
320 int r = gethexa(ls); in readhexaesc()
321 r = (r << 4) + gethexa(ls); in readhexaesc()
332 r = gethexa(ls); /* must have at least one digit */ in readutf8esc()