Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mailx/
H A Dlex.c846 int vec[2], mdot; in announce() local
851 mdot = newfileinfo(1); in announce()
852 vec[0] = mdot; in announce()
854 dot = &message[mdot - 1]; in announce()
870 register int u, n, mdot, d, s; in newfileinfo() local
883 mdot = mp - &message[0] + 1; in newfileinfo()
885 mdot = 1; in newfileinfo()
922 return (mdot); in newfileinfo()
973 int mdot; in inc() local
1006 mdot = newfileinfo(firstnewmsg); in inc()
[all …]
H A Dcmd3.c759 int editing, mdot; in file() local
762 mdot = newfileinfo(1); in file()
763 dot = &message[mdot - 1]; in file()
784 mdot = newfileinfo(1); in file()
785 dot = &message[mdot - 1]; in file()
/titanic_50/usr/src/cmd/egrep/
H A Degrep.y469 || (k == MDOT && mdot(c)) in nxtst()
472 || (k == MCCL && mdot(c) && member(c, right[curpos], 1)) in nxtst()
551 mdot(int c) in mdot() function