Lines Matching +full:- +full:3
37 * This function must be called before all other functions. Not thread-safe. */
54 * This function should be called for cleanup. Not thread-safe. */
76 lua_rawget(L_shared, -2);
77 ret = lua_tonumber(L_shared, -1);
88 lua_rawset(L_shared, -3);
90 lua_pop(L_shared, 3);
129 double ret = shared_locked_add(sym, symlen, -1.0, 1);
147 lua_rawget(L_shared, -2);
148 ret = lua_tonumber(L_shared, -1);
153 lua_rawset(L_shared, -3);
155 lua_pop(L_shared, 3);
180 double num = lua_tonumber(L, 3);
184 int i = lua_toboolean(L, 3);
189 const char *str = lua_tolstring(L, 3, &len);
193 lua_rawset(L_shared, -3);
265 lua_rawget(L_shared, -2);
267 val_type = lua_type(L_shared, -1);
270 double num = lua_tonumber(L_shared, -1);
274 int i = lua_toboolean(L_shared, -1);
282 const char *str = lua_tolstring(L_shared, -1, &len);
299 int val_type = lua_type(L, 3);
338 double num = lua_tonumber(L, 3);
342 int i = lua_toboolean(L, 3);
350 const char *str = lua_tolstring(L, 3, &len);
354 lua_rawset(L_shared, -3);
373 lua_rawset(L, -3);
377 lua_rawset(L, -3);
379 lua_setmetatable(L, -2);