Home
last modified time | relevance | path

Searched refs:lua_toboolean (Results 1 – 11 of 11) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlutf8lib.c98 int lax = lua_toboolean(L, 4); in utflen()
127 int lax = lua_toboolean(L, 4); in codepoint()
258 int lax = lua_toboolean(L, 2); in iter_codes()
A Dloslib.c245 res = (lua_getfield(L, -1, key) == LUA_TNIL) ? -1 : lua_toboolean(L, -1); in getboolfield()
397 status = (lua_toboolean(L, 1) ? EXIT_SUCCESS : EXIT_FAILURE); in os_exit()
400 if (lua_toboolean(L, 2)) in os_exit()
A Dloadlib.c288 b = lua_toboolean(L, -1); in noenv()
662 if (lua_toboolean(L, -1)) /* is it there? */ in ll_require()
A Dliolib.c641 if (lua_toboolean(L, -n)) /* read at least one value? */ in io_readline()
648 if (lua_toboolean(L, lua_upvalueindex(3))) { /* generator created file? */ in io_readline()
A Dltablib.c283 res = lua_toboolean(L, -1); /* get result */ in sort_comp()
A Dlbaselib.c405 if (l_likely(lua_toboolean(L, 1))) /* condition is true? */ in luaB_assert()
A Dlauxlib.c901 lua_pushstring(L, (lua_toboolean(L, idx) ? "true" : "false")); in luaL_tolstring()
971 if (!lua_toboolean(L, -1)) { /* package not already loaded? */ in luaL_requiref()
A Dlua.c654 result = lua_toboolean(L, -1); /* get result */ in main()
A Dlstrlib.c235 int strip = lua_toboolean(L, 2); in str_dump()
783 if (find && (lua_toboolean(L, 4) || nospecials(p, lp))) { in str_find_aux()
927 if (!lua_toboolean(L, -1)) { /* nil or false? */ in add_value()
A Dlua.h192 LUA_API int (lua_toboolean) (lua_State *L, int idx); variable
A Dlapi.c393 LUA_API int lua_toboolean (lua_State *L, int idx) { in lua_toboolean() function

Completed in 26 milliseconds