Searched refs:exitflg (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | glob.h | 68 extern int exitflg; /* -e for mail test */
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | aio_subr.c | 701 int exitflg; local 706 exitflg = AIO_CLEANUP_EXIT; 708 exitflg = 0; 757 signalled = aio_cleanup_cleanupq(aiop, cleanupqhead, exitflg); 760 signalled = aio_cleanup_notifyq(aiop, notifyqhead, exitflg); 762 aio_cleanup_pollq(aiop, pollqhead, exitflg); 764 aio_cleanup_portq(aiop, cleanupport, exitflg); 766 if (exitflg) 899 aio_cleanup_cleanupq(aio_t *aiop, aio_req_t *qhead, int exitflg) argument 921 if (exitflg) 940 aio_cleanup_notifyq(aio_t *aiop, aio_req_t *qhead, int exitflg) argument 991 aio_cleanup_pollq(aio_t *aiop, aio_req_t *qhead, int exitflg) argument [all...] |
/illumos-gate/usr/src/cmd/mailx/ |
H A D | init.c | 77 int exitflg = 0; /* -e for mail test */ variable
|
H A D | main.c | 147 exitflg++; 341 if (exitflg && (mustsend || argp != -1))
|
H A D | lex.c | 92 if (exitflg) 108 if (exitflg) 136 if (exitflg) 143 if (exitflg) {
|
Completed in 64 milliseconds