Home
last modified time | relevance | path

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

/trueos/usr.bin/mail/
HDlex.c594 int vec[2], mdot; in announce() local
596 mdot = newfileinfo(0); in announce()
597 vec[0] = mdot; in announce()
599 dot = &message[mdot - 1]; in announce()
615 int u, n, mdot, d, s; in newfileinfo() local
626 mdot = mp - &message[0] + 1; in newfileinfo()
628 mdot = omsgCount + 1; in newfileinfo()
665 return (mdot); in newfileinfo()
HDcmd2.c59 int *ip, *ip2, list[2], mdot; in next() local
69 mdot = dot - &message[0] + 1; in next()
77 if (*ip > mdot) in next()
HDcmd1.c453 int nmsg, mdot; in inc() local
460 mdot = newfileinfo(msgCount - nmsg); in inc()
461 dot = &message[mdot - 1]; in inc()