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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dudb.c139 bool breakout; local
188 breakout = false;
189 for (up = UdbEnts; !breakout; up++)
279 breakout = true;
326 if (!breakout)
462 breakout = true;
536 breakout = true;
540 breakout = true;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c81 static jmp_buf breakout; variable
245 longjmp(breakout, 1);
957 if (setjmp(breakout) == 0) {
961 longjmp(breakout, 1);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c384 goto breakout;
432 breakout:
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass2.c410 int breakout = 0; local
973 breakout = 1;
975 breakout = 1;
1035 if (breakout == 0 || dontreconnect == 0) {
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c1970 goto breakout;
1977 goto breakout;
2002 goto breakout;
2053 goto breakout;
2073 goto breakout;
2089 breakout:
2431 goto breakout;
2448 goto breakout;
2453 goto breakout;
2461 goto breakout;
[all...]

Completed in 73 milliseconds