Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dcopylet.c52 copylet(int letnum, FILE *f, int type) in copylet() argument
55 int rc = xxxcopylet(letnum, f, type); in copylet()
71 xxxcopylet(int letnum, FILE *f, int type) in xxxcopylet() argument
99 fseek(tmpf, let[letnum].adr, 0); in xxxcopylet()
101 k = let[letnum+1].adr - let[letnum].adr; in xxxcopylet()
102 Dout(pn, 1, "(letnum = %d, type = %d), k = %ld\n", letnum, type, k); in xxxcopylet()
187 (let[letnum].text == TRUE ? "text/plain" : "application/octet-stream")) < 0) in xxxcopylet()
346 letnum, (let[letnum].text ? "TRUE" : "FALSE")); in xxxcopylet()
348 if ((type == TTY) && (let[letnum].text == FALSE) && !pflg) { in xxxcopylet()
H A Dsendlist.c56 sendlist(reciplist *list, int letnum, int level) in sendlist() argument
74 if (!send_mbox(to->name, letnum)) in sendlist()
123 copylet(letnum, fp, ORDINARY); in sendlist()
140 send_mbox(char *mbox, int letnum) in send_mbox() argument
185 rc = copylet(letnum, malf, ORDINARY); in send_mbox()
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 *lo…
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);
H A Dgoback.c36 goback(letnum) in goback() argument
37 int letnum; in goback()
73 fseek(tmpf, let[letnum].adr, 0);