Searched refs:let (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dcopymt.c58 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);
81 Dout(pn, 0, "1, let[%d].text = %s\n",
83 (let[nlet-1].text ? "TRUE":"FALSE"));
105 if (let[nle
[all...]
H A Dcopyback.c60 if (stbuf.st_size != let[nlet].adr) {
62 fseek(malf, let[nlet].adr, 0);
80 let[++nlet].adr = stbuf.st_size;
131 if (let[i].change == ' ') {
H A Dgethead.c111 size = let[ln+1].adr - let[ln].adr;
112 if ((rc = fseek(file, let[ln].adr, 0)) != 0) {
191 if (let[ln].change == ' ') continue;
195 let[ln].change, size, userval, wline);
300 if (let[letter].change != ' ')
303 if (let[letter].change == ' ') changed++;
305 let[letter].change = status;
H A Dcopylet.c101 fseek(tmpf, let[letnum].adr, 0);
103 k = let[letnum+1].adr - let[letnum].adr;
189 (let[letnum].text == TRUE ? "text/plain" : "application/octet-stream")) < 0)
348 Dout(pn, 3,", let[%d].text = %s\n",
349 letnum, (let[letnum].text ? "TRUE" : "FALSE"));
351 if ((type == TTY) && (let[letnum].text == FALSE) && !pflg) {
H A Dinit.c183 struct let let[MAXLET]; variable in typeref:struct:let
H A Dmail.h231 struct let { struct
404 extern struct let let[MAXLET];
H A Dsendmail.c393 * read mail, the let array must be set up
396 let[0].adr = 0;
397 let[1].adr = ftell(tmpf);
398 let[0].text = (binflg == 1 ? FALSE : TRUE);
H A Dgoback.c76 fseek(tmpf, let[letnum].adr, 0);
H A Dprintmail.c161 * let array --- mailfile is still locked !!!
224 fseek(malf, let[nlet].adr, 0);
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dvlogin.c80 char let = tolower(*defptr); local
82 switch (let) {
86 action = let;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex75 \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\ptexexcla
[all...]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Disnanf.s46 / let nan waste time
H A Disnan.s52 / let nan waste time
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathkey.c57 static char let[] = "ABCDEFGHIJKLMNOP"; local
67 *k++ = let[n & 0xf];
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dtdata.c314 labelent_t let; local
322 let.le_name = label;
324 if (!(ret = (labelent_t *)list_find(td->td_labels, &let,
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dhomedir.c294 char let = tolower(*defptr); local
296 switch (let) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c73 char let; /* set when expanding let arguments */ member in struct:_mac_
158 mp->let = 0;
213 mp->let = ((flag&ARG_LET)!=0);
272 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0;
1349 if( (mp->arith||mp->let) && (np->nvfun || nv_isattr(np,(NV_LJUST|NV_RJUST|NV_ZFILL))) && (offset==0 || !isalnum(c)))
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dbuiltins.c66 "let", NV_BLTIN|BLT_ENV, bltin(let),
1044 "[-1c?@(#)$Id: let (AT&T Research) 2000-04-02 $\n]"
1046 "[+NAME?let - evaluate arithmetic expressions]"
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s295 b setjmp ! let setjmp do the rest
303 b longjmp ! let longjmp do the rest
387 0: b setjmp ! let setjmp do the rest
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.s648 / let mlsetup()/cpuid_pass1() handle everything else in C
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s266 b .dbytecp ! let dbytecp do the rest
H A Dniagara_copy.s2576 b .dbytecp ! let dbytecp do the rest
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexp.S51 * let
853 ! let SLi Ri SRi be accumulators
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1745 b .dbytecp ! let dbytecp do the rest

Completed in 159 milliseconds