Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/lua/src/
HDllex.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-13-stable/sys/contrib/openzfs/module/lua/
HDllex.c88 static const char *txtToken (LexState *ls, int token) { in txtToken() function
106 luaO_pushfstring(ls->L, "%s near %s", msg, txtToken(ls, token)); in lexerror()