Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dsend.c408 FILE *mtf, *fp; in mail1() local
420 if ((mtf = collect(hp)) == NULL) in mail1()
425 if (fsize(mtf) == 0 && hp->h_subject == NOSTR) { in mail1()
464 if ((mtf = infix(hp, mtf)) == NULL) { in mail1()
468 rewind(mtf); in mail1()
484 i = outof(to, mtf); in mail1()
485 rewind(mtf); in mail1()
495 savemail(safeexpand(recfile), hp, mtf); in mail1()
526 rewind(mtf); in mail1()
535 puthead(hp, fp, GMASK|GCLEN, fsize(mtf) - textpos); in mail1()
[all …]