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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dloslib.c151 res = lua_isnil(L, -1) ? -1 : lua_toboolean(L, -1);
290 status = (lua_toboolean(L, 1) ? EXIT_SUCCESS : EXIT_FAILURE);
293 if (lua_toboolean(L, 2))
H A Dltablib.c176 res = lua_toboolean(L, -1);
H A Dloadlib.c513 if (lua_toboolean(L, -1)) /* is it there? */
631 b = lua_toboolean(L, -1);
H A Dlbaselib.c347 if (!lua_toboolean(L, 1))
H A Dlua.c492 result = lua_toboolean(L, -1); /* get result */
H A Dlua.h171 LUA_API int (lua_toboolean) (lua_State *L, int idx);
H A Dlstrlib.c588 if (find && (lua_toboolean(L, 4) || nospecials(p, lp))) {
725 if (!lua_toboolean(L, -1)) { /* nil or false? */
H A Dliolib.c501 if (lua_toboolean(L, lua_upvalueindex(3))) { /* generator created file? */
H A Dlauxlib.c745 lua_pushstring(L, (lua_toboolean(L, idx) ? "true" : "false"));
H A Dlapi.c383 LUA_API int lua_toboolean (lua_State *L, int idx) { function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dlsyncd.c978 if( lua_toboolean( L, i ) )
1365 i, lua_toboolean( L, i ) ? "true" : "false"
2055 force_alarm = lua_toboolean( L, -1 );
2265 if( !lua_toboolean( L, -1 ) )

Completed in 61 milliseconds