Searched refs:LUA_QS (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lauxlib.c | 80 lua_pushfstring(L, "function " LUA_QS, ar->name); in pushfuncname() 85 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1)); in pushfuncname() 156 return luaL_error(L, "calling " LUA_QS " on bad self (%s)", in luaL_argerror() 161 return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)", in luaL_argerror() 290 lua_pushfstring(L, "invalid option " LUA_QS, name)); in luaL_checkoption() 676 luaL_error(L, "name conflict for module " LUA_QS, modname); in luaL_pushmodule()
|
H A D | llex.c | 82 return luaO_pushfstring(ls->L, LUA_QS, s); in luaX_token2str() 95 return luaO_pushfstring(ls->L, LUA_QS, luaZ_buffer(ls->buff)); in txtToken()
|
H A D | luaconf.h | 200 #define LUA_QS LUA_QL("%s") macro
|
H A D | lparser.c | 348 "<goto %s> at line %d jumps into the scope of local " LUA_QS, in closegoto() 465 : "no visible label " LUA_QS " for <goto> at line %d"; in undefgoto() 1199 "label " LUA_QS " already defined on line %d", in checkrepeated()
|
H A D | ldebug.c | 539 luaG_runerror(L, "attempt to %s %s " LUA_QS " (a %s value)", in luaG_typeerror()
|
H A D | ldo.c | 638 "attempt to load a %s chunk (mode is " LUA_QS ")", x, mode); in checkmode()
|