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