Searched refs:txtToken (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/lua/src/ |
| H A D | llex.c | 99 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 D | llex.c | 88 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()
|