Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllex.c89 static const char *txtToken (LexState *ls, int token) { in txtToken() function
107 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror()