Searched refs:gethexa (Results 1 – 1 of 1) sorted by relevance
328 static int gethexa (LexState *ls) { in gethexa() function336 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()