Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mailx/
H A Dtemp.c82 nstrcpy(homedir, PATHSIZE, Getf("HOME")); in tinit()
84 assign("MBOX", Getf("MBOX")); in tinit()
85 assign("MAILRC", Getf("MAILRC")); in tinit()
86 assign("DEAD", Getf("DEAD")); in tinit()
H A Dmain.c367 load(Getf("MAILRC")); in main()
391 load(Getf("MAILRC")); in main()
394 ef = *ef ? safeexpand(ef) : Getf("MBOX"); in main()
411 load(Getf("MAILRC")); in main()
H A Dfio.c836 Getf(register char *s) in Getf() function
844 snprintf(defbuf, sizeof (defbuf), "%s/%s", Getf("HOME"), in Getf()
848 snprintf(defbuf, sizeof (defbuf), "%s/%s", Getf("HOME"), in Getf()
852 snprintf(defbuf, sizeof (defbuf), "%s/%s", Getf("HOME"), in Getf()
H A Dcmd2.c152 file = Getf("MBOX"); in save1()
227 file = Getf("MBOX"); in put1()
H A Dcollect.c491 copy(Getf("DEAD"), &linebuf[2]); in collect()
721 deadletter = Getf("DEAD"); in collect()
1180 deadletter = Getf("DEAD"); in collrub()
H A Dquit.c71 char *mbox = Getf("MBOX"); in quit()
H A Dsend.c531 deadletter = Getf("DEAD"); in mail1()
H A Dcmd3.c851 cp=Getf("MBOX"); in getfilename()
/titanic_44/usr/src/cmd/mailx/hdr/
H A Ddef.h426 extern char *Getf(register char *s);