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

  /src/usr.bin/mail/
thread.h 49 int get_msgCount(void);
cmd1.c 118 msgCount = get_msgCount();
160 if (s * size >= get_msgCount()) {
350 msgCount = get_msgCount();
551 msgCount = get_msgCount();
extern.h 350 int get_msgCount(void);
353 # define get_abs_msgCount get_msgCount
cmd2.c 211 msgCount = get_msgCount();
398 msgCount = get_msgCount();
668 msgCount = get_msgCount();
edit.c 165 msgCount = get_msgCount();
fio.c 98 get_msgCount(void)
thread.c 248 get_msgCount(void)
651 if (get_msgCount() > 0 && value(ENAME_NOHEADER) == NULL)
946 mcount = get_msgCount();
1637 mcount = get_msgCount();
collect.c 220 msgvec = salloc((get_msgCount() + 1) * sizeof(*msgvec));
quit.c 402 if (p == get_msgCount() && !modify && !anystat) {
format.c 330 return sfmtint(src, p, get_msgCount());

Completed in 17 milliseconds