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

/illumos-gate/usr/src/cmd/ptools/psig/
H A Dpsig.c278 int caught = 0; local
293 caught = 1;
295 if (caught || all_flag) {
307 if (caught)
309 caught = 0;
311 if (caught)
313 caught = 0;
315 if (caught)
316 (void) printf("caught");
319 if (caught || all_fla
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c150 int caught; /* caught signal -- imported by mapfile() */ variable
556 caught = 0;
1772 caught++;
1808 caught = 0;
1940 if (!caught) {
1946 caught = 0;
2053 if (caught) { /* master signalled flush */
2055 caught = 0;
2213 caught
[all...]

Completed in 48 milliseconds