Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlstate.h290 lua_CFunction panic; /* to be called in unprotected errors */ member
A Dlauxlib.c1021 static int panic (lua_State *L) { in panic() function
1090 lua_atpanic(L, &panic); in luaL_newstate()
A Dldo.c128 if (g->panic) { /* panic function? */ in luaD_throw()
130 g->panic(L); /* call panic function (last chance to jump out) */ in luaD_throw()
A Dlstate.c379 g->panic = NULL; in lua_newstate()
A Dlapi.c140 old = G(L)->panic; in lua_atpanic()
141 G(L)->panic = panicf; in lua_atpanic()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/sys/
A Dasm.h195 jal panic; \

Completed in 15 milliseconds