| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | echo-area.c | 1426 PUSHED_EA *popped; in pop_echo_area() local 1428 popped = pushed_echo_areas[--pushed_echo_areas_index]; in pop_echo_area() 1430 strcpy (input_line, popped->line); in pop_echo_area() 1431 free (popped->line); in pop_echo_area() 1432 input_line_prompt = popped->prompt; in pop_echo_area() 1433 input_line_point = popped->point; in pop_echo_area() 1434 input_line_beg = popped->beg; in pop_echo_area() 1435 input_line_end = popped->end; in pop_echo_area() 1436 input_line_node = popped->node; in pop_echo_area() 1437 echo_area_completion_items = popped->comp_items; in pop_echo_area() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | timevar.cc | 394 struct timevar_stack_def *popped = m_stack; in pop_internal() local 400 timevar_accumulate (&popped->timevar->elapsed, &m_start_time, &now); in pop_internal() 412 = m_stack->timevar->children->get_or_insert (popped->timevar, &existed_p); in pop_internal() 424 popped->next = m_unused_stack_instances; in pop_internal() 425 m_unused_stack_instances = popped; in pop_internal()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | timevar.c | 396 struct timevar_stack_def *popped = m_stack; in pop_internal() local 402 timevar_accumulate (&popped->timevar->elapsed, &m_start_time, &now); in pop_internal() 414 = m_stack->timevar->children->get_or_insert (popped->timevar, &existed_p); in pop_internal() 426 popped->next = m_unused_stack_instances; in pop_internal() 427 m_unused_stack_instances = popped; in pop_internal()
|
| /netbsd-src/sys/altq/ |
| H A D | altq_jobs.c | 991 TSENTRY *popped; in tslist_dequeue() local 992 popped = tslist_first(cl->arv_tm); in tslist_dequeue() 993 if (popped != NULL) { in tslist_dequeue() 994 TAILQ_REMOVE(cl->arv_tm, popped, ts_list); in tslist_dequeue() 995 free(popped, M_DEVBUF); in tslist_dequeue() 1003 TSENTRY *popped; in tslist_drop() local 1004 popped = tslist_last(cl->arv_tm); in tslist_drop() 1005 if (popped != NULL) { in tslist_drop() 1006 TAILQ_REMOVE(cl->arv_tm, popped, ts_list); in tslist_drop() 1007 free(popped, M_DEVBU in tslist_drop() [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| H A D | morestack.S | 168 .cfi_adjust_cfa_offset -4 # Account for popped register. 177 .cfi_adjust_cfa_offset -4 # Account for popped register. 220 .cfi_adjust_cfa_offset -8 # Adjust for popped register. 227 .cfi_adjust_cfa_offset -8 # Adjust for popped register.
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| H A D | morestack.S | 169 .cfi_adjust_cfa_offset -4 # Account for popped register. 178 .cfi_adjust_cfa_offset -4 # Account for popped register. 221 .cfi_adjust_cfa_offset -8 # Adjust for popped register. 228 .cfi_adjust_cfa_offset -8 # Adjust for popped register.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | push-pop-multiple.s | 10 # - check all registers popped against known values
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
| H A D | conf_def.c | 463 BIO *popped = sk_BIO_pop(biosk); in def_load_bio() local 465 in = popped; in def_load_bio()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr.opt | 91 …this option, outgoing arguments are pushed before calling a function and popped afterwards. This …
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr.opt | 91 …this option, outgoing arguments are pushed before calling a function and popped afterwards. This …
|
| /netbsd-src/sys/arch/hp300/DOC/ |
| H A D | Options | 85 exception frame has been popped.
|
| /netbsd-src/external/mpl/dhcp/dist/keama/ |
| H A D | parse.c | 5128 isc_boolean_t popped = ISC_FALSE; in config_file() local 5145 popped = ISC_TRUE; in config_file() 5149 if (popped) { in config_file() 5165 isc_boolean_t popped = ISC_FALSE; in config_sname() local 5182 popped = ISC_TRUE; in config_sname() 5186 if (popped) { in config_sname() 5202 isc_boolean_t popped = ISC_FALSE; in config_next_server() local 5220 popped = ISC_TRUE; in config_next_server() 5222 if (popped) { in config_next_server()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vax/ |
| H A D | vax.md | 1512 /* Operand 1 is the number of bytes to be popped by DW_CFA_GNU_args_size 1540 /* Operand 2 is the number of bytes to be popped by DW_CFA_GNU_args_size 1565 /* Operand 1 is the number of bytes to be popped by DW_CFA_GNU_args_size 1584 /* Operand 2 is the number of bytes to be popped by DW_CFA_GNU_args_size
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | BIO_f_ssl.pod | 289 explicitly being popped (e.g. a pop higher up the chain). Applications which
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | BIO_f_ssl.pod | 295 explicitly being popped (e.g. a pop higher up the chain). Applications which
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | XRayFDRFormat.rst | 394 would be popped off of the call stack if tail call optimization was not used.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | tree-ssa.texi | 674 internal stack which is automatically pushed and popped as the 692 is popped.
|
| H A D | cppinternals.info | 511 '__TIME__'). The macro is re-enabled when its context is later popped 563 In the example above, the replacement list of 'foo' would be popped in 580 restoring popped contexts onto the context stack, which are too hard.
|
| H A D | cppinternals.texi | 546 later popped from the context stack, as described above. This strict 599 popped in the process of finding the parenthesis, re-enabling 613 restoring popped contexts onto the context stack, which are too hard.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | tree-ssa.texi | 686 internal stack which is automatically pushed and popped as the 704 is popped.
|
| H A D | cppinternals.info | 511 '__TIME__'). The macro is re-enabled when its context is later popped 563 In the example above, the replacement list of 'foo' would be popped in 580 restoring popped contexts onto the context stack, which are too hard.
|
| H A D | cppinternals.texi | 546 later popped from the context stack, as described above. This strict 599 popped in the process of finding the parenthesis, re-enabling 613 restoring popped contexts onto the context stack, which are too hard.
|
| /netbsd-src/bin/sh/ |
| H A D | TOUR | 346 popped from the stack. The parser routines store the number of
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| H A D | ieee754-sf.S | 810 @ it may be popped off later as a return value (i.e. we're not preserving
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| H A D | ieee754-sf.S | 810 @ it may be popped off later as a return value (i.e. we're not preserving
|