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

/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dfio.c122 makemessage(FILE *f, int omsgCount, int nmsgCount) argument
135 if (omsgCount == 0 || omessage == NULL)
140 thread_fix_old_links(nmessage, omessage, omsgCount);
145 size -= (omsgCount + 1) * sizeof(*nmessage);
148 if (read(fileno(f), &nmessage[omsgCount], size) != (ssize_t)size)
153 thread_fix_new_links(nmessage, omsgCount, nmsgCount);
182 int omsgCount; local
213 omsgCount = nmsgCount;
222 makemessage(mestmp, omsgCount, nmsgCount);
H A Dlex.c276 int omsgCount; local
280 omsgCount = get_abs_msgCount();
300 rval = get_abs_msgCount() - omsgCount;
972 newfileinfo(int omsgCount) argument
983 for (mp = get_abs_message(omsgCount + 1); mp;
989 for (mp = get_abs_message(omsgCount + 1); mp;
996 mdot = omsgCount + 1;
H A Dthread.c443 thread_fix_old_links(struct message *nmessage, struct message *message, int omsgCount) argument
459 for (i = 0; i < omsgCount; i++) {
492 thread_fix_new_links(struct message *message, int omsgCount, int msgCount) argument
497 /* This should only be called at the top level if omsgCount != 0! */
498 assert(omsgCount == 0 || message->m_plink == NULL);
499 assert(omsgCount == 0 || message_array.t_msgCount == omsgCount);
507 if (omsgCount) {
511 for (i = 0; i < omsgCount; i++) {
522 for (i++; i < omsgCount;
[all...]
H A Dextern.h361 # define thread_fix_old_links(nmessage,message,omsgCount)
362 # define thread_fix_new_links(message,omsgCount,msgCount)

Completed in 59 milliseconds