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

/freebsd-9.3-release/usr.bin/mail/
H A Dfio.c67 int omsgCount; local
89 omsgCount = msgCount;
101 makemessage(mestmp, omsgCount);
220 makemessage(FILE *f, int omsgCount) argument
230 if (omsgCount == 0 || message == NULL)
235 size -= (omsgCount + 1) * sizeof(struct message);
238 if (read(fileno(f), (char *)&message[omsgCount], size) != size)
H A Dlex.c170 int omsgCount = msgCount; local
189 return (msgCount - omsgCount);
612 newfileinfo(int omsgCount) argument
618 for (mp = &message[omsgCount]; mp < &message[msgCount]; mp++)
622 for (mp = &message[omsgCount]; mp < &message[msgCount]; mp++)
628 mdot = omsgCount + 1;

Completed in 46 milliseconds