Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/restore/
H A Dextern.h98 void setinput(char *, int);
H A Dmain.c184 setinput(inputdev, pipecmd); in main()
H A Dtape.c129 setinput(char *source, int ispipecommand) in setinput() function
/freebsd-14.2/usr.bin/mail/
H A Dcmd1.c176 (void)readline(setinput(mp), headline, LINESIZE); in printhead()
387 ibuf = setinput(mp); in top()
H A Dutil.c141 ibuf = setinput(mp); in hfield()
510 ibuf = setinput(mp); in name1()
H A Dedit.c104 fp = run_editor(setinput(mp), mp->m_size, type, readonly); in edit1()
H A Dextern.h64 FILE *setinput(struct message *);
H A Dfio.c205 setinput(struct message *mp) in setinput() function
H A Dsend.c74 ibuf = setinput(mp); in sendmessage()