Home
last modified time | relevance | path

Searched refs:get_abs_msgCount (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dlex.c288 setmsize(get_abs_msgCount()); in setfile()
299 if (!edit && get_abs_msgCount() == 0) { in setfile()
319 omsgCount = get_abs_msgCount(); in incfile()
337 setmsize(get_abs_msgCount()); /* get the new message count */ in incfile()
339 rval = get_abs_msgCount() - omsgCount; in incfile()
1064 int cnt = get_abs_msgCount(); in newfileinfo()
1098 if (get_abs_msgCount() > 0 && value(ENAME_NOHEADER) == NULL) { in announce()
H A Dthread.h54 int get_abs_msgCount(void);
H A Dextern.h353 # define get_abs_msgCount get_msgCount macro
H A Dfio.c205 nmsgCount = get_abs_msgCount(); in setptr()
H A Dcmd1.c636 mdot = newfileinfo(get_abs_msgCount() - nmsg); in inc()
H A Dthread.c254 get_abs_msgCount(void) in get_abs_msgCount() function