Searched refs:lua_toboolean (Results 1 – 11 of 11) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lutf8lib.c | 98 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 D | loslib.c | 245 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 D | loadlib.c | 288 b = lua_toboolean(L, -1); in noenv() 662 if (lua_toboolean(L, -1)) /* is it there? */ in ll_require()
|
A D | liolib.c | 641 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 D | ltablib.c | 283 res = lua_toboolean(L, -1); /* get result */ in sort_comp()
|
A D | lbaselib.c | 405 if (l_likely(lua_toboolean(L, 1))) /* condition is true? */ in luaB_assert()
|
A D | lauxlib.c | 901 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 D | lua.c | 654 result = lua_toboolean(L, -1); /* get result */ in main()
|
A D | lstrlib.c | 235 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 D | lua.h | 192 LUA_API int (lua_toboolean) (lua_State *L, int idx); variable
|
A D | lapi.c | 393 LUA_API int lua_toboolean (lua_State *L, int idx) { in lua_toboolean() function
|
Completed in 26 milliseconds