Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dmain.c691 genv->flags |= EF_FAKE_SIGDIE; in unwind()
748 if (ep->flags & EF_FAKE_SIGDIE) { in quitenv()
H A Dsh.h98 #define EF_FAKE_SIGDIE BIT(2) /* hack to get info from unwind to quitenv */ macro