Lines Matching refs:lua_tostring
76 const char *msg = lua_tostring(L, -1); in tpanic()
130 lua_tostring(L, -1), buff); in warnf()
1217 lua_pushstring(L, lua_tostring(L1, -1)); in doremote()
1224 lua_pushstring(L, lua_tostring(L1, i)); in doremote()
1276 lua_pushstring(L, lua_tostring(L1, -1)); in checkpanic()
1479 luaL_gsub(L1, lua_tostring(L1, a), in runC()
1480 lua_tostring(L1, b), in runC()
1481 lua_tostring(L1, c)); in runC()
1609 lua_pushfstring(L1, lua_tostring(L, -2), (int)lua_tointeger(L, -1)); in runC()
1612 lua_pushfstring(L1, lua_tostring(L, -2), lua_tostring(L, -1)); in runC()
1615 lua_pushfstring(L1, lua_tostring(L, -2), lua_topointer(L, -1)); in runC()
1663 lua_pushstring(L, lua_tostring(L1, idx)); in runC()
1741 const char *s = lua_tostring(L1, getindex); in runC()
1804 return runC(L, L, lua_tostring(L, lua_upvalueindex(1))); in Cfunc()
1813 return runC(L, L, lua_tostring(L, ctx)); in Cfunck()
1842 scpt = lua_tostring(L, -1); /* not very religious (string will be popped) */ in Chook()