MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / laction

Function laction

third-party/lua-5.2.4/src/lua.c:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100
101static void laction (int i) {
102 signal(i, SIG_DFL); /* if another SIGINT happens before lstop,
103 terminate process (default action) */
104 lua_sethook(globalL, lstop, LUA_MASKCALL | LUA_MASKRET | LUA_MASKCOUNT, 1);
105}
106
107
108static void print_usage (const char *badoption) {

Callers

nothing calls this directly

Calls 1

lua_sethookFunction · 0.70

Tested by

no test coverage detected