Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dllex.c99 static const char *txtToken (LexState *ls, int token) { in txtToken() function
114 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dllex.c87 static const char *txtToken (LexState *ls, int token) { in txtToken() function
105 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror()