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

/macosx-10.10/mail_cmds-30/mail/
H A Dfio.c76 int omsgCount; local
98 omsgCount = msgCount;
110 makemessage(mestmp, omsgCount);
236 makemessage(f, omsgCount)
238 int omsgCount;
248 if (omsgCount == 0 || message == NULL)
253 size -= (omsgCount + 1) * sizeof(struct message);
256 if (read(fileno(f), (char *)&message[omsgCount], size) != size)
H A Dlex.c178 int omsgCount = msgCount; local
197 return (msgCount - omsgCount);
643 newfileinfo(omsgCount)
644 int omsgCount;
650 for (mp = &message[omsgCount]; mp < &message[msgCount]; mp++)
654 for (mp = &message[omsgCount]; mp < &message[msgCount]; mp++)
660 mdot = omsgCount + 1;

Completed in 64 milliseconds