Searched refs:unread (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/pax/
H A Dbio.c265 s = sfprints("<%p,%d,%d,%I*d,%d,%d>", io->buffer, io->unread, io->fill, sizeof(io->count), io->count, io->next - (io->buffer + io->unread), io->last - (io->buffer + io->unread));
293 ap->io->unread = u;
319 ap->io->next = ap->io->last = ap->io->buffer + ap->io->unread;
492 ap->io->next = ap->io->last = ap->io->buffer + ap->io->unread;
538 if (ap->io->next == (ap->io->buffer + ap->io->unread))
540 else if ((ap->io->next -= n) < ap->io->buffer + ap->io->unread)
600 if (!(b = newof(ap->io->buffer, char, 2 * m, ap->io->unread)))
616 if (ap->io->last > ap->io->buffer + ap->io->unread
[all...]
H A Dpax.h240 int unread; /* max unread size */ \
H A Dformat.c483 ap->io->next = ap->io->buffer + ap->io->unread;
H A Dfile.c1403 s = ap->io->buffer + ap->io->unread;
/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) function
64 static ssize_t unread(f, buf, n, disc)
182 un->disc.readf = unread;
/ast/src/cmd/mailx/
H A Dcmd1.c863 * Mark all given messages as unread.
866 unread(char* str) function
H A Ddata.c159 X("[ message ... ] [no|un]mark[,...]\nSet or clear marks on the selected messages. The marks are: delete, dot (>), mbox (M), new (N), preserve (P), save (*), spam (X), touch, unread (U). Multiple marks may be separated by , or |. If mark is omitted then spam is assumed."),
228 "unr[ead]", CMD(unread), STRLIST, 0, 0,
H A Dmailx.h1078 extern int unread(char*);

Completed in 32 milliseconds