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

/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c65 static volatile int g_interrupt = 0; variable
583 g_interrupt = 1;
732 while ((dent = readdir(dirp)) != NULL && !g_interrupt) {
803 for (i = 0; i < argc && !g_interrupt; i++) {

Completed in 43 milliseconds