Searched refs:stackptr (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/ |
H A D | html-text.cpp | 50 stackptr(NULL), lastptr(NULL), out(op), space_emitted(TRUE), in html_text() 127 tag_definition *p = stackptr; in dump_stack() 280 tag_definition *p=stackptr; in flush_text() 282 while (stackptr != 0) { in flush_text() 283 notext = (notext && (! stackptr->text_emitted)); in flush_text() 285 end_tag(stackptr); in flush_text() 287 p = stackptr; in flush_text() 288 stackptr = stackptr->next; in flush_text() 300 tag_definition *p=stackptr; in is_present() 317 tag_definition *p = stackptr; in uses_indent() [all …]
|
H A D | html-text.h | 107 tag_definition *stackptr; /* the current paragraph state */
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/s390/ |
H A D | tpf-unwind.h | 169 void *current, *stackptr, *destination_frame; in __tpf_eh_return() local 183 stackptr = (void *) *(CURRENT_STACK_PTR()); in __tpf_eh_return() 186 current = (void *) *(unsigned long *) (stackptr + RA_OFFSET); in __tpf_eh_return() 191 stackptr = (void *) *(unsigned long *) stackptr; in __tpf_eh_return() 201 current = (void *) *(unsigned long *) (stackptr + RA_OFFSET); in __tpf_eh_return() 206 && __isPATrange ((void *) *(unsigned long *) (stackptr in __tpf_eh_return() 210 current = (void *) *(unsigned long *) (stackptr + ICST_CRET); in __tpf_eh_return() 235 (void *) (stackptr + TPFAREA_OFFSET), TPFAREA_SIZE); in __tpf_eh_return() 250 shifter = *(unsigned long *) (stackptr + RA_OFFSET); in __tpf_eh_return() 274 stackptr = (void *) *(unsigned long int *) stackptr; in __tpf_eh_return() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/s390/ |
H A D | tpf-unwind.h | 169 void *current, *stackptr, *destination_frame; in __tpf_eh_return() local 183 stackptr = (void *) *(CURRENT_STACK_PTR()); in __tpf_eh_return() 186 current = (void *) *(unsigned long *) (stackptr + RA_OFFSET); in __tpf_eh_return() 191 stackptr = (void *) *(unsigned long *) stackptr; in __tpf_eh_return() 201 current = (void *) *(unsigned long *) (stackptr + RA_OFFSET); in __tpf_eh_return() 206 && __isPATrange ((void *) *(unsigned long *) (stackptr in __tpf_eh_return() 210 current = (void *) *(unsigned long *) (stackptr + ICST_CRET); in __tpf_eh_return() 235 (void *) (stackptr + TPFAREA_OFFSET), TPFAREA_SIZE); in __tpf_eh_return() 250 shifter = *(unsigned long *) (stackptr + RA_OFFSET); in __tpf_eh_return() 274 stackptr = (void *) *(unsigned long int *) stackptr; in __tpf_eh_return() [all …]
|
/netbsd-src/regress/sys/arch/arm/sigstackalign/ |
H A D | sigstackalign.c | 45 void *stackptr; variable 71 if ((u_int)stackptr % STACKALIGN != 0) { in main() 72 fprintf(stderr, "Bad stack pointer %p\n", stackptr); in main() 76 printf("i = %d, stackptr = %p\n", i, stackptr); in main()
|
H A D | Makefile | 6 SRCS= sigstackalign.c stackptr.S
|
H A D | stackptr.S | 13 .word _C_LABEL(stackptr)
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/ |
H A D | README | 163 1: lda 0,30 # finished, get stackptr
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | vms-alpha.c | 303 int stackptr; member 1466 (unsigned long)val, reloc, PRIV (stackptr))); in _bfd_vms_push() 1468 PRIV (stack[PRIV (stackptr)]).value = val; in _bfd_vms_push() 1469 PRIV (stack[PRIV (stackptr)]).reloc = reloc; in _bfd_vms_push() 1470 PRIV (stackptr)++; in _bfd_vms_push() 1471 if (PRIV (stackptr) >= STACKSIZE) in _bfd_vms_push() 1474 _bfd_error_handler (_("stack overflow (%d) in _bfd_vms_push"), PRIV (stackptr)); in _bfd_vms_push() 1485 if (PRIV (stackptr) == 0) in _bfd_vms_pop() 1491 PRIV (stackptr)--; in _bfd_vms_pop() 1492 *val = PRIV (stack[PRIV (stackptr)]).value; in _bfd_vms_pop() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | vms-alpha.c | 302 int stackptr; member 1465 (unsigned long)val, reloc, PRIV (stackptr))); in _bfd_vms_push() 1467 PRIV (stack[PRIV (stackptr)]).value = val; in _bfd_vms_push() 1468 PRIV (stack[PRIV (stackptr)]).reloc = reloc; in _bfd_vms_push() 1469 PRIV (stackptr)++; in _bfd_vms_push() 1470 if (PRIV (stackptr) >= STACKSIZE) in _bfd_vms_push() 1473 _bfd_error_handler (_("stack overflow (%d) in _bfd_vms_push"), PRIV (stackptr)); in _bfd_vms_push() 1484 if (PRIV (stackptr) == 0) in _bfd_vms_pop() 1490 PRIV (stackptr)--; in _bfd_vms_pop() 1491 *val = PRIV (stack[PRIV (stackptr)]).value; in _bfd_vms_pop() [all …]
|
/netbsd-src/bin/sh/ |
H A D | TOUR | 110 p = stackptr; 112 stackptr = p;
|
/netbsd-src/external/gpl2/gawk/dist/ |
H A D | awk.texi | 22194 is closed and the stack is popped. When @code{stackptr} is less than zero, 22199 stackptr = 0 22200 input[stackptr] = ARGV[1] # ARGV[1] is first file 22202 for (; stackptr >= 0; stackptr--) @{ 22203 while ((getline < input[stackptr]) > 0) @{ 22212 input[stackptr], FNR, $2) > "/dev/stderr" 22217 processed[fpath] = input[stackptr] 22218 input[++stackptr] = fpath # push onto stack 22220 print $2, "included in", input[stackptr], 22224 close(input[stackptr])
|