Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dsend.c471 puthead(hp, stdout, GTO|GCC|GBCC, 0); in mail1()
535 puthead(hp, fp, GMASK|GCLEN, fsize(mtf) - textpos); in mail1()
625 puthead(hp, nfo, (GMASK & ~GBCC) | GCLEN, fsize(fi)); in infix()
652 puthead(struct header *hp, FILE *fo, int w, long clen) in puthead() function
750 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()
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h550 extern int puthead(struct header *hp, FILE *fo, int w, long clen);