Home
last modified time | relevance | path

Searched refs:indirect (Results 1 – 25 of 27) sorted by relevance

12

/original-bsd/lib/libc/vax/sys/
H A Dsigprocmask.s19 bneq 1f # if not null, indirect
23 1: movl *8(ap),8(ap) # indirect to new mask arg
H A Dsigsuspend.s18 movl *4(ap),4(ap) # indirect to mask arg
/original-bsd/contrib/emacs-18.57/src/
H A Dtermcap.c340 char *indirect = 0; /* Terminal type in :tc= in TERMCAP value. */ local
360 indirect = tgetst1 (find_capability (tem, "tc"), 0);
361 if (!indirect)
376 indirect = (char *) 0;
394 term = indirect ? indirect : name;
398 malloc_size = indirect ? strlen (tcenv) + 1 : buf.size;
403 if (indirect) /* copy the data from the environment variable */
/original-bsd/lib/libc/tahoe/sys/
H A Dsigprocmask.s19 bneq 1f # if not null, indirect
23 1: movl *8(fp),8(fp) # indirect to new mask arg
H A Dsigsuspend.s18 movl *4(fp),4(fp) # indirect to mask arg
/original-bsd/lib/libc/i386/sys/
H A Dsigprocmask.s23 jne 1f # if not null, indirect
27 1: movl (%ecx),%ecx # fetch indirect ...
H A Dsigsuspend.s22 movl (%eax),%eax # indirect to mask arg
/original-bsd/lib/libm/vax/
H A Dcabs.s38 movl 4(ap),r2 # indirect addressing is necessary here
65 movq (r4)+,r0 # r0:r1 = x via indirect addressing
66 movq (r4),r2 # r2:r3 = y via indirect addressing
/original-bsd/lib/libc/sparc/sys/
H A Dsigsuspend.s21 ld [%o0], %o0 ! indirect to mask argument
/original-bsd/lib/libc/mips/sys/
H A Dsigsuspend.s18 lw a0, 0(a0) # indirect to mask arg
H A Dsigprocmask.s22 lw a1, 0(a1) # indirect to new mask arg
/original-bsd/sys/ufs/lfs/
H A DTODO18 because of indirect blocks in segment 2 being dirtied by the data
39 DONE Fix i_block increment for indirect blocks.
50 to be written? (Different numbering of indirect blocks.)
/original-bsd/old/libm/libm/VAX/
H A Dcabs.s81 movq r2,(r4) # (again addressing is indirect)
/original-bsd/old/pcc/ccom.vax/
H A DINFO46 SNAME A constant address; not on the stack or indirect
56 An indirect value. E.g. *_a, *8(ap).
89 or pointers to doubles. Can be multiply indirect.
H A DLOG23 and multiply indirect pointers to be the same thing, which they are
397 indirect through it. (7) The optimization code for ANDing with a
/original-bsd/lib/libm/tahoe/
H A Dcabs.s38 movl 4(fp),r4 # indirect addressing is necessary here
/original-bsd/contrib/awk.research/
H A Dproto.h149 extern Cell *indirect(Node **, int);
H A Drun.c613 Cell *indirect(Node **a, int n) /* $( a[0] ) */ in indirect() function
/original-bsd/contrib/gcc-2.3.3/
H A DMakefile285 all: banner all.indirect
302 all.indirect: $(ALL)
/original-bsd/usr.sbin/amd/doc/
H A Damdref.cps150 \entry {How to start an indirect automount point}{36}
H A Damdref.texinfo2250 @cindex How to start an indirect automount point
3515 (@pxref{Direct Automount Filesystem}) or @dfn{indirect}
/original-bsd/old/awk/
H A Drun.c257 obj indirect(a,n) node **a; in indirect() function
/original-bsd/contrib/gcc-2.3.3/config/
H A Dm68k.md4634 ;; register (via movsi), then emitting a register indirect call using
/original-bsd/share/dict/
H A Dwords11965 indirect
/original-bsd/share/termcap/
H A Dtermcap.src649 # the delay times and do an auto tab set rather than the indirect

12