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

  /src/usr.bin/mail/
format.c 91 sfmtint(const char **fmtbeg, const char *fmtch, int num) function in typeref:typename:const char *
308 return MP(sfmtint(src, p, (int)(mp->m_lines - mp->m_blines)));
310 return MP(sfmtint(src, p, (int)mp->m_blines));
312 return MP(sfmtint(src, p, (int)mp->m_lines));
324 return sfmtint(src, p, get_msgnum(mp)); /* '0' if mp == NULL */
330 return sfmtint(src, p, get_msgCount());
format.c 91 sfmtint(const char **fmtbeg, const char *fmtch, int num) function in typeref:typename:const char *
308 return MP(sfmtint(src, p, (int)(mp->m_lines - mp->m_blines)));
310 return MP(sfmtint(src, p, (int)mp->m_blines));
312 return MP(sfmtint(src, p, (int)mp->m_lines));
324 return sfmtint(src, p, get_msgnum(mp)); /* '0' if mp == NULL */
330 return sfmtint(src, p, get_msgCount());
format.c 91 sfmtint(const char **fmtbeg, const char *fmtch, int num) function in typeref:typename:const char *
308 return MP(sfmtint(src, p, (int)(mp->m_lines - mp->m_blines)));
310 return MP(sfmtint(src, p, (int)mp->m_blines));
312 return MP(sfmtint(src, p, (int)mp->m_lines));
324 return sfmtint(src, p, get_msgnum(mp)); /* '0' if mp == NULL */
330 return sfmtint(src, p, get_msgCount());
format.c 91 sfmtint(const char **fmtbeg, const char *fmtch, int num) function in typeref:typename:const char *
308 return MP(sfmtint(src, p, (int)(mp->m_lines - mp->m_blines)));
310 return MP(sfmtint(src, p, (int)mp->m_blines));
312 return MP(sfmtint(src, p, (int)mp->m_lines));
324 return sfmtint(src, p, get_msgnum(mp)); /* '0' if mp == NULL */
330 return sfmtint(src, p, get_msgCount());

Completed in 43 milliseconds