Searched refs:nlet (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/mail/ |
H A D | copymt.c | 59 nlet = nextadr = 0; 64 nextadr = let[nlet].adr; 79 if (let[nlet-1].text == TRUE) { 80 let[nlet-1].text = istext((unsigned char*)line,clen); 82 nlet-1, 83 (let[nlet-1].text ? "TRUE":"FALSE")); 105 if (let[nlet-1].text == TRUE) { 106 let[nlet-1].text = istext((unsigned char*)line,n); 108 nlet-1, 109 (let[nlet-1].text ? "TRUE" : "FALSE")); [all …]
|
H A D | printmail.c | 165 onlet = nlet; in printmail() 173 while (curlet < nlet) { in printmail() 177 showlet = flgr ? curlet : nlet - curlet - 1; in printmail() 187 flgr ? curlet : nlet - curlet - 1; in printmail() 219 k = nlet; in printmail() 224 fseek(malf, let[nlet].adr, 0); in printmail() 231 if (++k < nlet) in printmail() 233 k, nlet); in printmail() 236 nlet); in printmail() 250 else curlet = flgr ? rc - 1 : nlet - rc; in printmail() [all …]
|
H A D | gethead.c | 85 "%d newly arrived\n", nlet, mailfile, changed, nlet - onlet); in gethead() 95 if (start > nlet - 1) start = nlet - 1; in gethead() 97 start = nlet -1; in gethead() 102 if (stop > nlet) stop = nlet; in gethead() 107 stop = nlet; in gethead() 286 if ((i < 0) || (i > nlet)) { in validmsg()
|
H A D | copyback.c | 60 if (stbuf.st_size != let[nlet].adr) { in copyback() 62 fseek(malf, let[nlet].adr, 0); in copyback() 76 if (nlet == (MAXLET-2)) { in copyback() 80 let[++nlet].adr = stbuf.st_size; in copyback() 125 for (i = 0; i < nlet; i++) { in copyback()
|
H A D | init.c | 205 int nlet = 0; /* current number of letters in mailfile */ variable
|
H A D | mail.h | 426 extern int nlet; /* current number of letters in mailfile */
|
H A D | sendmail.c | 395 nlet = 1;
|
/titanic_41/usr/src/cmd/deroff/ |
H A D | deroff.c | 428 int i, nlet; in putwords() local 436 nlet = 0; in putwords() 439 ++nlet; in putwords() 442 if ((!macline && (nlet > 1)) /* MDM definition of word */ || in putwords() 443 (macline && (nlet > 2) && (chars[p1[0]] == LETTER) && in putwords()
|