Home
last modified time | relevance | path

Searched refs:puthead (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c472 puthead(hp, stdout, GTO|GCC|GBCC, 0); in mail1()
536 puthead(hp, fp, GMASK|GCLEN, fsize(mtf) - textpos); in mail1()
626 puthead(hp, nfo, (GMASK & ~GBCC) | GCLEN, fsize(fi)); in infix()
653 puthead(struct header *hp, FILE *fo, int w, long clen) in puthead() function
751 puthead(hp, fo, GMASK|GCLEN, fsize(fi) - textpos); in savemail()
H A Dcollect.c194 puthead(hp, stdout, t, 0); in collect()
653 puthead(hp, fbuf, GMASK, 0); in collect()
727 puthead(hp, fbuf, GMASK|GCLEN, fsize(ibuf)); in collect()
861 puthead(hp, fbuf, GMASK, 0); in mesedit()
1187 puthead(savehp, dbuf, GMASK|GCLEN, fsize(newi)); in collrub()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h551 extern int puthead(struct header *hp, FILE *fo, int w, long clen);