Home
last modified time | relevance | path

Searched refs:omsgCount (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/mail/
H A Dfio.c61 int omsgCount; in setptr() local
83 omsgCount = msgCount; in setptr()
95 makemessage(mestmp, omsgCount); in setptr()
214 makemessage(FILE *f, int omsgCount) in makemessage() argument
224 if (omsgCount == 0 || message == NULL) in makemessage()
229 size -= (omsgCount + 1) * sizeof(struct message); in makemessage()
232 if (read(fileno(f), (void *)&message[omsgCount], size) != size) in makemessage()
H A Dlex.c164 int omsgCount = msgCount; in incfile() local
183 return (msgCount - omsgCount); in incfile()
606 newfileinfo(int omsgCount) in newfileinfo() argument
612 for (mp = &message[omsgCount]; mp < &message[msgCount]; mp++) in newfileinfo()
616 for (mp = &message[omsgCount]; mp < &message[msgCount]; mp++) in newfileinfo()
622 mdot = omsgCount + 1; in newfileinfo()