Home
last modified time | relevance | path

Searched refs:compat53_checkmode (Results 1 – 8 of 8) sorted by relevance

/dports/devel/luv/luv-1.41.0-0/deps/lua-compat-5.3/c-api/
H A Dcompat-5.3.c429 static int compat53_checkmode (lua_State *L, const char *mode, const char *modename, int err) { in compat53_checkmode() function
464 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in lua_load()
466 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in lua_load()
609 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in luaL_loadbufferx()
612 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in luaL_loadbufferx()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/compatibility/
H A Dcompat-5.3.c420 static int compat53_checkmode(lua_State *L, const char *mode, const char *modename, int err) { in compat53_checkmode() function
456 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in lua_load()
458 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in lua_load()
601 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in luaL_loadbufferx()
604 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in luaL_loadbufferx()
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/compatibility/
H A Dcompat-5.3.c.h420 static int compat53_checkmode(lua_State* L, const char* mode, const char* modename, int err) { in compat53_checkmode() function
455 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in lua_load()
457 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in lua_load()
606 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in luaL_loadbufferx()
609 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in luaL_loadbufferx()
/dports/devel/lua-cqueues/cqueues-rel-20200726/vendor/compat53/c-api/
H A Dcompat-5.3.c421 static int compat53_checkmode (lua_State *L, const char *mode, const char *modename, int err) { in compat53_checkmode() function
458 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in lua_load()
460 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in lua_load()
603 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in luaL_loadbufferx()
606 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in luaL_loadbufferx()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/mlua-0.7.0/src/ffi/
H A Dcompat53.rs101 unsafe fn compat53_checkmode( in compat53_checkmode() function
652 compat53_checkmode(L, mode, cstr!("binary"), lua::LUA_ERRSYNTAX) in luaL_loadbufferx()
654 compat53_checkmode(L, mode, cstr!("text"), lua::LUA_ERRSYNTAX) in luaL_loadbufferx()
/dports/science/axom/axom-0.6.1/src/thirdparty/axom/
H A Dsol.hpp2776 static int compat53_checkmode(lua_State *L, const char *mode, const char *modename, int err) { in compat53_checkmode() function
2809 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in lua_load()
2811 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in lua_load()
2947 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in luaL_loadbufferx()
2950 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in luaL_loadbufferx()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/single/sol/
H A Dsol.hpp2738 static int compat53_checkmode(lua_State *L, const char *mode, const char *modename, int err) { in compat53_checkmode() function
2771 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in lua_load()
2773 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in lua_load()
2909 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in luaL_loadbufferx()
2912 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in luaL_loadbufferx()
/dports/devel/sol2/sol2-4.0.0-alpha/single/include/sol/
H A Dsol.hpp3555 static int compat53_checkmode(lua_State* L, const char* mode, const char* modename, int err) { in compat53_checkmode() function
3587 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in lua_load()
3589 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in lua_load()
3731 status = compat53_checkmode(L, mode, "binary", LUA_ERRSYNTAX); in luaL_loadbufferx()
3734 status = compat53_checkmode(L, mode, "text", LUA_ERRSYNTAX); in luaL_loadbufferx()