Home
last modified time | relevance | path

Searched refs:lua_pushboolean (Results 1 – 13 of 13) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlcorolib.c61 lua_pushboolean(L, 0); in luaB_coresume()
66 lua_pushboolean(L, 1); in luaB_coresume()
158 lua_pushboolean(L, lua_isyieldable(co)); in luaB_yieldable()
165 lua_pushboolean(L, ismain); in luaB_corunning()
177 lua_pushboolean(L, 1); in luaB_close()
181 lua_pushboolean(L, 0); in luaB_close()
A Dlbaselib.c152 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
209 lua_pushboolean(L, res); in luaB_collectgarbage()
221 lua_pushboolean(L, res); in luaB_collectgarbage()
442 lua_pushboolean(L, 0); /* first result (false) */ in finishpcall()
454 lua_pushboolean(L, 1); /* first result if no errors */ in luaB_pcall()
470 lua_pushboolean(L, 1); /* first result */ in luaB_xpcall()
A Dloslib.c150 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute()
222 lua_pushboolean(L, value); in setboolfield()
A Dldblib.c70 lua_pushboolean(L, 1); in db_getuservalue()
122 lua_pushboolean(L, v); in settabsb()
A Dlua.c614 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */ in pmain()
638 lua_pushboolean(L, 1); /* signal no errors */ in pmain()
A Dloadlib.c398 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc()
678 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
A Dlauxlib.c248 lua_pushboolean(L, 1); in luaL_fileresult()
292 lua_pushboolean(L, 1); in luaL_execresult()
930 lua_pushboolean(L, 0); in luaL_setfuncs()
A Dlua.h242 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
A Dlmathlib.c165 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
A Dliolib.c368 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
A Dlapi.c599 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
/l4re-core-master/ned/server/src/
A Dlua_exec.cc435 lua_pushboolean(l, t1 == t2); in __task_eq()
443 lua_pushboolean(l, t1 < t2); in __task_lt()
451 lua_pushboolean(l, t1 <= t2); in __task_le()
A Dlua_cap.cc53 lua_pushboolean(l, n && n->cap<void>().is_valid()); in is_valid()

Completed in 31 milliseconds