Home
last modified time | relevance | path

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

/freebsd/sbin/restore/
H A Dextern.h96 void setinput(char *, int);
H A Dmain.c171 setinput(inputdev, pipecmd); in main()
H A Dtape.c123 setinput(char *source, int ispipecommand) in setinput()
122 setinput(char *source, int ispipecommand) setinput() function
/freebsd/usr.bin/mail/
H A Dcmd1.c170 (void)readline(setinput(mp), headline, LINESIZE); in printhead()
381 ibuf = setinput(mp); in top()
H A Dutil.c135 ibuf = setinput(mp); in hfield()
504 ibuf = setinput(mp); in name1()
H A Dedit.c98 fp = run_editor(setinput(mp), mp->m_size, type, readonly); in edit1()
H A Dextern.h62 FILE *setinput(struct message *);
H A Dfio.c199 setinput(struct message *mp) in setinput() function
H A Dsend.c68 ibuf = setinput(mp); in sendmessage()