Searched defs:sig_int (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/parted/
H A Dui.c210 static struct sigaction sig_int; variable in typeref:struct:sigaction
331 sigaction (SIGINT, &sig_int, NULL);
1465 sig_int.sa_sigaction = &sa_sigint_handler;
1470 sig_int.sa_mask =
1475 sig_int.sa_flags =
1480 sigaction (SIGINT, &sig_int, NULL);

Completed in 25 milliseconds