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

/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dldo.c539 static CallInfo *findpcall (lua_State *L) { function
551 CallInfo *ci = findpcall(L);
/freebsd-current/contrib/lua/src/
H A Dldo.c754 static CallInfo *findpcall (lua_State *L) { function
817 ** (status == LUA_YIELD), or an unprotected error ('findpcall' doesn't
822 while (errorstatus(status) && (ci = findpcall(L)) != NULL) {

Completed in 140 milliseconds