Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllex.c313 static int readhexaesc (LexState *ls) { in readhexaesc() function
363 case 'x': c = readhexaesc(ls); goto read_save; in read_string()