Searched refs:gethexa (Results 1 – 1 of 1) sorted by relevance
359 static int gethexa (LexState *ls) { in gethexa() function367 int r = gethexa(ls); in readhexaesc()368 r = (r << 4) + gethexa(ls); in readhexaesc()379 r = gethexa(ls); /* must have at least one digit */ in readutf8esc()