Searched refs:Getf (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/mailx/ |
H A D | temp.c | 82 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 D | main.c | 367 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 D | fio.c | 836 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 D | cmd2.c | 152 file = Getf("MBOX"); in save1() 227 file = Getf("MBOX"); in put1()
|
H A D | collect.c | 491 copy(Getf("DEAD"), &linebuf[2]); in collect() 721 deadletter = Getf("DEAD"); in collect() 1180 deadletter = Getf("DEAD"); in collrub()
|
H A D | quit.c | 71 char *mbox = Getf("MBOX"); in quit()
|
H A D | send.c | 531 deadletter = Getf("DEAD"); in mail1()
|
H A D | cmd3.c | 851 cp=Getf("MBOX"); in getfilename()
|
/titanic_44/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 426 extern char *Getf(register char *s);
|