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

/illumos-gate/usr/src/cmd/mail/
H A Dparse.c172 flgr = 1;
H A Dprintmail.c177 showlet = flgr ? curlet : nlet - curlet - 1;
187 flgr ? curlet : nlet - curlet - 1;
250 else curlet = flgr ? rc - 1 : nlet - rc;
283 curlet = flgr ? rc - 1 : nlet - rc- 1;
H A Dinit.c93 int flgr = 0; /* 1 ==> 'r' option -- print in fifo order */ variable
H A Dgethead.c91 if (!flgr) {
110 for (ln = start; ln != stop; ln = flgr ? ln + 1 : ln - 1) {
H A Dmail.h379 extern int flgr; /* 1 ==> 'r' option -- print in fifo order */

Completed in 63 milliseconds