Home
last modified time | relevance | path

Searched refs:get_msgCount (Results 1 – 11 of 11) sorted by relevance

/netbsd/usr.bin/mail/
H A Dcmd1.c118 msgCount = get_msgCount(); in headers()
160 if (s * size >= get_msgCount()) { in scroll()
350 msgCount = get_msgCount(); in type1()
551 msgCount = get_msgCount(); in top()
H A Dcmd2.c211 msgCount = get_msgCount(); in save1()
398 msgCount = get_msgCount(); in undeletecmd()
669 msgCount = get_msgCount(); in detach1()
H A Dextern.h350 int get_msgCount(void);
353 # define get_abs_msgCount get_msgCount
H A Dlist.c890 for (mp = get_message(get_msgCount()); mp; mp = prev_message(mp)) in metamess()
962 msgCount = get_msgCount(); in markall_core()
1228 msgCount = get_msgCount(); in markall()
1278 if (get_msgCount() == 0) { in getmsglist()
1301 if (get_msgCount() == 0) in first()
H A Dthread.h49 int get_msgCount(void);
H A Dedit.c165 msgCount = get_msgCount(); in edit1()
H A Dthread.c248 get_msgCount(void) in get_msgCount() function
654 if (get_msgCount() > 0 && value(ENAME_NOHEADER) == NULL) in thread_announce()
949 mcount = get_msgCount(); in thread_on_reference()
1640 mcount = get_msgCount(); in thread_current_on()
H A Dfio.c98 get_msgCount(void) in get_msgCount() function
H A Dquit.c402 if (p == get_msgCount() && !modify && !anystat) { in quit()
H A Dcollect.c220 msgvec = salloc((get_msgCount() + 1) * sizeof(*msgvec)); in interpolate()
H A Dformat.c337 return sfmtint(src, p, get_msgCount()); in subformat()