Home
last modified time | relevance | path

Searched refs:findpcall (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.c539 static CallInfo *findpcall (lua_State *L) { in findpcall() function
551 CallInfo *ci = findpcall(L); in recover()
/freebsd/contrib/lua/src/
H A Dldo.c754 static CallInfo *findpcall (lua_State *L) { in findpcall() function
822 while (errorstatus(status) && (ci = findpcall(L)) != NULL) { in precover()