Home
last modified time | relevance | path

Searched refs:popped (Results 1 – 25 of 103) sorted by relevance

12345

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Decho-area.c1426 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 Dtimevar.cc394 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 Dtimevar.c396 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 Daltq_jobs.c991 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 Dmorestack.S168 .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 Dmorestack.S169 .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 Dpush-pop-multiple.s10 # - check all registers popped against known values
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/conf/
H A Dconf_def.c463 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 Davr.opt91 …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 Davr.opt91 …this option, outgoing arguments are pushed before calling a function and popped afterwards. This …
/netbsd-src/sys/arch/hp300/DOC/
H A DOptions85 exception frame has been popped.
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dparse.c5128 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 Dvax.md1512 /* 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 DBIO_f_ssl.pod289 explicitly being popped (e.g. a pop higher up the chain). Applications which
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DBIO_f_ssl.pod295 explicitly being popped (e.g. a pop higher up the chain). Applications which
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DXRayFDRFormat.rst394 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 Dtree-ssa.texi674 internal stack which is automatically pushed and popped as the
692 is popped.
H A Dcppinternals.info511 '__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 Dcppinternals.texi546 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 Dtree-ssa.texi686 internal stack which is automatically pushed and popped as the
704 is popped.
H A Dcppinternals.info511 '__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 Dcppinternals.texi546 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 DTOUR346 popped from the stack. The parser routines store the number of
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dieee754-sf.S810 @ 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 Dieee754-sf.S810 @ it may be popped off later as a return value (i.e. we're not preserving

12345