Home
last modified time | relevance | path

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

/dports/misc/nnn/nnn-4.3/src/
H A Dnnn.c504 static struct sigaction oldsigwinch; variable
2255 sigaction(SIGWINCH, &(struct sigaction){.sa_handler = SIG_IGN}, &oldsigwinch); in xfork()
2304 sigaction(SIGWINCH, &oldsigwinch, NULL); in join()