Searched defs:tocont (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lauxlib.c | 1071 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 D | lstate.c | 427 void luaE_warning (lua_State *L, const char *msg, int tocont) { in luaE_warning()
|
H A D | lapi.c | 1345 void lua_warning (lua_State *L, const char *msg, int tocont) { in lua_warning()
|