Searched refs:letnum (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dsendlist.c37 * int sendlist(reciplist *list, int letnum, int level)
58 sendlist(reciplist *list, int letnum, int level) argument
76 if (!send_mbox(to->name, letnum))
125 copylet(letnum, fp, ORDINARY);
134 * send_mbox(user, letnum) Sends the letter specified by letnum to the
142 send_mbox(char *mbox, int letnum) argument
187 rc = copylet(letnum, malf, ORDINARY);
H A Dcopylet.c39 int copylet(int letnum, FILE *f, int type)
42 Copylet() will copy the letter "letnum" to the
45 letnum -> index into: letter table
53 copylet(int letnum, FILE *f, int type) argument
56 int rc = xxxcopylet(letnum, f, type);
72 xxxcopylet(int letnum, FILE *f, int type) argument
101 fseek(tmpf, let[letnum].adr, 0);
103 k = let[letnum+1].adr - let[letnum].adr;
104 Dout(pn, 1, "(letnum
[all...]
H A Dgoback.c39 goback(letnum)
40 int letnum;
76 fseek(tmpf, let[letnum].adr, 0);
H A Dmail.h285 extern void cmdexpand(int letnum, string *instr, string *outstr, char **lbraslist, char **lbraelist);
287 extern int copylet(int letnum, FILE *f, int type);
300 extern int findSurg(int letnum, string *execbuf, int flag, int *psurr_num, int *paccept, string *lorig, string *lrecipname);
307 extern void goback(int letnum);
335 extern int sendlist(reciplist *list, int letnum, int level);
337 extern int sendsurg(reciplist *plist, int letnum, int flag, int local);

Completed in 80 milliseconds