Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dprintmail.c175 showlet = flgr ? curlet : nlet - curlet - 1; in printmail()
185 flgr ? curlet : nlet - curlet - 1; in printmail()
248 else curlet = flgr ? rc - 1 : nlet - rc; in printmail()
281 curlet = flgr ? rc - 1 : nlet - rc- 1; in printmail()
H A Dgethead.c91 if (!flgr) { in gethead()
110 for (ln = start; ln != stop; ln = flgr ? ln + 1 : ln - 1) { in gethead()
H A Dparse.c169 flgr = 1; in parse()
H A Dinit.c91 int flgr = 0; /* 1 ==> 'r' option -- print in fifo order */ variable
H A Dmail.h379 extern int flgr; /* 1 ==> 'r' option -- print in fifo order */