Home
last modified time | relevance | path

Searched defs:tocont (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.c1071 static int checkcontrol (lua_State *L, const char *message, int tocont) { in checkcontrol()
1084 static void warnfoff (void *ud, const char *message, int tocont) { in warnfoff()
1093 static void warnfcont (void *ud, const char *message, int tocont) { in warnfcont()
1105 static void warnfon (void *ud, const char *message, int tocont) { in warnfon()
H A Dlstate.c427 void luaE_warning (lua_State *L, const char *msg, int tocont) { in luaE_warning()
H A Dlapi.c1345 void lua_warning (lua_State *L, const char *msg, int tocont) { in lua_warning()