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

/ast/src/cmd/3d/
H A Dsyscall3d.c228 state.libexit = (Exitfunc_t)dlsym(dll, "exit");
248 state.libexit
273 if (state.libexit)
276 if (state.libexit)
278 (*state.libexit)(code);
279 state.libexit = 0;
H A D3d.h522 Exitfunc_t libexit; member in struct:__anon7

Completed in 13 milliseconds