HomeSort by: relevance | last modified time | path
    Searched refs:omsgCount (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/mail/
fio.c 123 makemessage(FILE *f, int omsgCount, int nmsgCount)
135 if (omsgCount == 0 || omessage == NULL)
147 thread_fix_old_links(nmessage, off, omsgCount);
152 size -= (omsgCount + 1) * sizeof(*nmessage);
155 if (read(fileno(f), &nmessage[omsgCount], size) != (ssize_t)size)
160 thread_fix_new_links(nmessage, omsgCount, nmsgCount);
189 int omsgCount;
220 omsgCount = nmsgCount;
229 makemessage(mestmp, omsgCount, nmsgCount);
lex.c 315 int omsgCount;
319 omsgCount = get_abs_msgCount();
339 rval = get_abs_msgCount() - omsgCount;
1011 newfileinfo(int omsgCount)
1020 for (mp = get_abs_message(omsgCount + 1); mp;
1026 for (mp = get_abs_message(omsgCount + 1); mp;
1033 mdot = omsgCount + 1;
thread.c 443 thread_fix_old_links(struct message *nmessage, ptrdiff_t off, int omsgCount)
456 for (i = 0; i < omsgCount; i++) {
489 thread_fix_new_links(struct message *message, int omsgCount, int msgCount)
494 /* This should only be called at the top level if omsgCount != 0! */
495 assert(omsgCount == 0 || message->m_plink == NULL);
496 assert(omsgCount == 0 || message_array.t_msgCount == omsgCount);
504 if (omsgCount) {
508 for (i = 0; i < omsgCount; i++) {
519 for (i++; i < omsgCount; i++
    [all...]
extern.h 360 # define thread_fix_old_links(nmessage,off,omsgCount)
361 # define thread_fix_new_links(message,omsgCount,msgCount)

Completed in 16 milliseconds