Searched refs:LUA_QS (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lauxlib.c | 78 lua_pushfstring(L, "function " LUA_QS, ar->name); in pushfuncname() 83 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1)); in pushfuncname() 154 return luaL_error(L, "calling " LUA_QS " on bad self (%s)", in luaL_argerror() 159 return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)", in luaL_argerror() 288 lua_pushfstring(L, "invalid option " LUA_QS, name)); in luaL_checkoption() 674 luaL_error(L, "name conflict for module " LUA_QS, modname); in luaL_pushmodule()
|
H A D | llex.c | 80 return luaO_pushfstring(ls->L, LUA_QS, s); in luaX_token2str() 93 return luaO_pushfstring(ls->L, LUA_QS, luaZ_buffer(ls->buff)); in txtToken()
|
H A D | lparser.c | 346 "<goto %s> at line %d jumps into the scope of local " LUA_QS, in closegoto() 463 : "no visible label " LUA_QS " for <goto> at line %d"; in undefgoto() 1203 "label " LUA_QS " already defined on line %d", in checkrepeated()
|
H A D | ldebug.c | 538 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror()
|
H A D | ldo.c | 722 "attempt to load a %s chunk (mode is " LUA_QS ")", x, mode); in checkmode()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | luaconf.h | 200 #define LUA_QS LUA_QL("%s") macro
|