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

/ast/src/cmd/tksh/
H A DtkMain.c595 static int gotIntr;
611 gotIntr = 1;;
632 gotIntr = 0;
644 while ((!gotIntr) && (!tFlag) && ((fd<0)||file) && result && (fd>=0 || !sh_waitsafe()))
648 if (gotIntr)
592 static int gotIntr; variable

Completed in 11 milliseconds