Lines Matching refs:lua_pushboolean
1372 lua_pushboolean(L, 1); in regcodes()
1439 lua_pushboolean(L1, lua_checkstack(L1, sz)); in runC()
1447 lua_pushboolean(L1, lua_compare(L1, a, b, op)); in runC()
1487 lua_pushboolean(L1, lua_iscfunction(L1, getindex)); in runC()
1490 lua_pushboolean(L1, lua_isfunction(L1, getindex)); in runC()
1493 lua_pushboolean(L1, lua_isnil(L1, getindex)); in runC()
1496 lua_pushboolean(L1, lua_isnone(L1, getindex)); in runC()
1499 lua_pushboolean(L1, lua_isnumber(L1, getindex)); in runC()
1502 lua_pushboolean(L1, lua_isstring(L1, getindex)); in runC()
1505 lua_pushboolean(L1, lua_istable(L1, getindex)); in runC()
1508 lua_pushboolean(L1, lua_islightuserdata(L1, getindex)); in runC()
1511 lua_pushboolean(L1, lua_isuserdata(L1, getindex)); in runC()
1527 lua_pushboolean(L1, luaL_newmetatable(L1, getstring)); in runC()
1582 lua_pushboolean(L1, getnum); in runC()
1660 lua_pushboolean(L, lua_toboolean(L1, idx)); in runC()
1705 lua_pushboolean(L1, luaL_testudata(L1, i, getstring) != NULL); in runC()
1723 lua_pushboolean(L1, lua_toboolean(L1, getindex)); in runC()
1762 lua_pushboolean(L1, lua_isyieldable(lua_tothread(L1, getindex))); in runC()
1896 lua_pushboolean(L, 0); in coresume()
1901 lua_pushboolean(L, 1); in coresume()
1966 lua_pushboolean(L, 0); in luaB_opentests()