Searched refs:run_editor (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/mail/ |
H A D | edit.c | 98 fp = run_editor(setinput(mp), mp->m_size, type, readonly); in edit1() 130 run_editor(FILE *fp, off_t size, int type, int readonly) in run_editor() function
|
H A D | extern.h | 59 FILE *run_editor(FILE *, off_t, int, int);
|
H A D | collect.c | 537 FILE *nf = run_editor(fp, (off_t)-1, c, 0); in mesedit()
|