/illumos-gate/usr/src/cmd/mail/ |
H A D | copymt.c | 58 if (!let[1].adr) { 60 let[0].adr = 0; 61 let[0].text = TRUE; /* until proven otherwise.... */ 62 let[0].change = ' '; 64 nextadr = let[nlet].adr; 79 if (let[nlet-1].text == TRUE) { 80 let[nlet-1].text = istext((unsigned char*)line,clen); 83 (let[nlet-1].text ? "TRUE":"FALSE")); 105 if (let[nlet-1].text == TRUE) { 106 let[nlet-1].text = istext((unsigned char*)line,n); [all …]
|
H A D | gethead.c | 111 size = let[ln+1].adr - let[ln].adr; in gethead() 112 if ((rc = fseek(file, let[ln].adr, 0)) != 0) { in gethead() 191 if (let[ln].change == ' ') continue; in gethead() 195 let[ln].change, size, userval, wline); in gethead() 300 if (let[letter].change != ' ') in setletr() 303 if (let[letter].change == ' ') changed++; in setletr() 305 let[letter].change = status; in setletr()
|
H A D | copyback.c | 58 if (stbuf.st_size != let[nlet].adr) { in copyback() 60 fseek(malf, let[nlet].adr, 0); in copyback() 78 let[++nlet].adr = stbuf.st_size; in copyback() 129 if (let[i].change == ' ') { in copyback()
|
H A D | copylet.c | 99 fseek(tmpf, let[letnum].adr, 0); in xxxcopylet() 101 k = let[letnum+1].adr - let[letnum].adr; 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 D | init.c | 181 struct let let[MAXLET]; variable
|
H A D | mail.h | 231 struct let { struct 404 extern struct let let[MAXLET];
|
H A D | sendmail.c | 395 let[0].adr = 0; in sendmail() 396 let[1].adr = ftell(tmpf); in sendmail() 397 let[0].text = (binflg == 1 ? FALSE : TRUE); in sendmail()
|
H A D | goback.c | 73 fseek(tmpf, let[letnum].adr, 0);
|
H A D | printmail.c | 222 fseek(malf, let[nlet].adr, 0); in printmail()
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 75 \let\+ = \relax 78 \let\ptexb=\b 79 \let\ptexbullet=\bullet 80 \let\ptexc=\c 81 \let\ptexcomma=\, 82 \let\ptexdot=\. 83 \let\ptexdots=\dots 84 \let\ptexend=\end 85 \let\ptexequiv=\equiv 86 \let\ptexexclam=\! [all …]
|
/illumos-gate/usr/src/cmd/oamuser/lib/ |
H A D | vlogin.c | 80 char let = tolower(*defptr); in valid_login() local 82 switch (let) { in valid_login() 86 action = let; in valid_login()
|
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | homedir.c | 294 char let = tolower(*defptr); in get_default_zfs_flags() local 296 switch (let) { in get_default_zfs_flags()
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | isnanf.S | 46 / let nan waste time
|
H A D | isnan.S | 52 / let nan waste time
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/ |
H A D | pathkey.c | 73 static char let[] = "ABCDEFGHIJKLMNOP"; in pathkey_20100601() local 83 *k++ = let[n & 0xf]; in pathkey_20100601()
|
/illumos-gate/usr/src/cmd/sulogin/ |
H A D | sulogin.dfl | 28 # and you want to let this machine be booted in single user without
|
/illumos-gate/usr/src/uts/sparc/v9/ml/ |
H A D | sparcv9_subr.S | 237 b setjmp ! let setjmp do the rest 245 b longjmp ! let longjmp do the rest
|
/illumos-gate/usr/src/tools/findunref/ |
H A D | exception_list.open | 54 # ISUSED - let checkpaths know that the next entry is good. 56 # ISUSED - let checkpaths know that the next entry is good.
|
H A D | exception_list.closed | 51 # ISUSED - let checkpaths know that the next entry is good.
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppfsm.c | 561 static char* let = &aln[10]; variable 651 s = let; in ppfsm() 703 s = let; in ppfsm()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | COMPATIBILITY | 106 let command no longer recognizes octal constants starting with 0 135 I am interested in expanding this list so please let me know if you
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | disk.esc | 47 * We let the engine propagate one error only once every 1 minute and then if we 93 * For some ereports we let the 'driver-assessment', communicated as part of
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | builtins.c | 71 "let", NV_BLTIN|BLT_ENV, bltin(let),
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | TODO.md | 23 - let kill_insn() check killing of SYMADDR,
|
H A D | smatch.txt | 72 The makefile has to let people set the CC with an environment variable for that
|