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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlgc.c844 static void separatetobefnz (lua_State *L, int all) { function
985 separatetobefnz(L, 1); /* separate all objects with finalizers */
1021 separatetobefnz(L, 0); /* separate objects to be finalized */
/freebsd-13-stable/contrib/lua/src/
H A Dlgc.c966 static void separatetobefnz (global_State *g, int all) { function
1506 separatetobefnz(g, 1); /* separate all objects with finalizers */
1541 separatetobefnz(g, 0); /* separate objects to be finalized */

Completed in 55 milliseconds