Home
last modified time | relevance | path

Searched refs:mdot (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/mail/
H A Dlex.c576 int vec[2], mdot; in announce() local
578 mdot = newfileinfo(0); in announce()
579 vec[0] = mdot; in announce()
581 dot = &message[mdot - 1]; in announce()
597 int u, n, mdot, d, s; in newfileinfo() local
608 mdot = mp - &message[0] + 1; in newfileinfo()
610 mdot = omsgCount + 1; in newfileinfo()
647 return (mdot); in newfileinfo()
H A Dcmd2.c54 int *ip, *ip2, list[2], mdot; in next() local
64 mdot = dot - &message[0] + 1; in next()
72 if (*ip > mdot) in next()
H A Dcmd1.c456 int nmsg, mdot; in inc() local
463 mdot = newfileinfo(msgCount - nmsg); in inc()
464 dot = &message[mdot - 1]; in inc()