Home
last modified time | relevance | path

Searched refs:oldhup (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex.c235 oldhup = signal(SIGHUP, SIG_IGN); in main()
236 if (oldhup == SIG_DFL) in main()
H A Dex_unix.c317 signal(SIGHUP, oldhup);
H A Dex.h396 var void (*oldhup)(); variable
/illumos-gate/usr/src/cmd/ed/
H A Ded.c218 static void (*oldhup)(), (*oldintr)(); variable
376 oldhup = signal(SIGHUP, SIG_IGN); in main()
480 if (oldhup != SIG_IGN) in main()
1595 signal(SIGHUP, oldhup); in unixcom()
2706 signal(SIGHUP, oldhup); in eopen()