Searched refs:lua_pushboolean (Results 1 – 13 of 13) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lcorolib.c | 61 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 D | lbaselib.c | 152 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 D | loslib.c | 150 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute() 222 lua_pushboolean(L, value); in setboolfield()
|
A D | ldblib.c | 70 lua_pushboolean(L, 1); in db_getuservalue() 122 lua_pushboolean(L, v); in settabsb()
|
A D | lua.c | 614 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */ in pmain() 638 lua_pushboolean(L, 1); /* signal no errors */ in pmain()
|
A D | loadlib.c | 398 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc() 678 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
|
A D | lauxlib.c | 248 lua_pushboolean(L, 1); in luaL_fileresult() 292 lua_pushboolean(L, 1); in luaL_execresult() 930 lua_pushboolean(L, 0); in luaL_setfuncs()
|
A D | lua.h | 242 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
|
A D | lmathlib.c | 165 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
|
A D | liolib.c | 368 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
|
A D | lapi.c | 599 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
|
/l4re-core-master/ned/server/src/ |
A D | lua_exec.cc | 435 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 D | lua_cap.cc | 53 lua_pushboolean(l, n && n->cap<void>().is_valid()); in is_valid()
|
Completed in 31 milliseconds