Home
last modified time | relevance | path

Searched refs:unread (Results 1 – 7 of 7) sorted by relevance

/titanic_51/usr/src/cmd/mailx/
H A Dcmdtab.c79 "unread", C unread, MSGLIST, 0, MMNDEL,
80 "Unread", C unread, MSGLIST, 0, MMNDEL,
81 "new", C unread, MSGLIST, 0, MMNDEL,
82 "New", C unread, MSGLIST, 0, MMNDEL,
H A Dcmd3.c482 * Mark all given messages as unread.
485 unread(int msgvec[]) in unread() function
/titanic_51/usr/src/cmd/mailx/misc/
H A Dmailx.help31 quit quit, preserving unread messages
43 unread,new [msglist] mark messages unread
/titanic_51/usr/src/lib/libast/common/disc/
H A Dsfdcunion.c62 static ssize_t unread(Sfio_t* f, Void_t* buf, size_t n, Sfdisc_t* disc) in unread() function
64 static ssize_t unread(f, buf, n, disc) in unread()
182 un->disc.readf = unread;
/titanic_51/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcunion.c62 static ssize_t unread(Sfio_t* f, Void_t* buf, size_t n, Sfdisc_t* disc) in unread() function
64 static ssize_t unread(f, buf, n, disc) in unread()
182 un->disc.readf = unread;
/titanic_51/usr/src/uts/common/io/
H A Dbscv.c3325 * to read the lom probably things that unread is in bscv_event_process()
3372 * many from the unread total. in bscv_event_process()
3401 * inputs - Soft state ptr, next event pointer, number of unread events.
3403 * zero is a valid value because it forces the loms unread
3407 bscv_event_validate(bscv_soft_state_t *ssp, uint32_t newptr, uint8_t unread) in bscv_event_validate() argument
3439 count = unread; in bscv_event_validate()
3440 } else if ((unread == 0) && (newptr == oldptr)) { in bscv_event_validate()
3443 } else if (oldptr + (unread * sizeof (lom_event_t)) == newptr) { in bscv_event_validate()
3445 count = unread; in bscv_event_validate()
3446 } else if (oldptr + (unread * sizeo in bscv_event_validate()
[all...]
/titanic_51/usr/src/cmd/mailx/hdr/
H A Ddef.h608 extern int unread(int msgvec[]);