Searched defs:tocont (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lauxlib.c | 1052 static int checkcontrol (lua_State *L, const char *message, int tocont) { in checkcontrol() 1065 static void warnfoff (void *ud, const char *message, int tocont) { in warnfoff() 1074 static void warnfcont (void *ud, const char *message, int tocont) { in warnfcont() 1086 static void warnfon (void *ud, const char *message, int tocont) { in warnfon()
|
H A D | lstate.c | 423 void luaE_warning (lua_State *L, const char *msg, int tocont) { in luaE_warning()
|
H A D | lapi.c | 1335 void lua_warning (lua_State *L, const char *msg, int tocont) { in lua_warning()
|
H A D | ltests.c | 94 static void warnf (void *ud, const char *msg, int tocont) { in warnf()
|