Home
last modified time | relevance | path

Searched refs:scratch_list (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/rlwrap/rlwrap-0.45.2/src/
H A Dcompletion.rb227 static RBLIST *scratch_list = NULL; /* should remain unchanged between invocations */
239 if (scratch_list)
240 rbcloselist(scratch_list);
267scratch_list = rbopenlist(scratch_tree); /* OK, we now have our list with completions. We may have…
277 while((completion = rbreadlist(scratch_list)))
282 rbcloselist(scratch_list);
302 scratch_list = rbopenlist(scratch_tree); /* flatten the tree into a new list */
309 assert(scratch_list != NULL);
310 if ((completion = rbreadlist(scratch_list))) { /* read next possible completion */
H A Dcompletion.c1572 static RBLIST *scratch_list = NULL; /* should remain unchanged between invocations */ in my_completion_function() local
1584 if (scratch_list) in my_completion_function()
1585 rbcloselist(scratch_list); in my_completion_function()
1612scratch_list = rbopenlist(scratch_tree); /* OK, we now have our list with completions. We may have… in my_completion_function()
1622 while((completion = rbreadlist(scratch_list))) in my_completion_function()
1627 rbcloselist(scratch_list); in my_completion_function()
1647 scratch_list = rbopenlist(scratch_tree); /* flatten the tree into a new list */ in my_completion_function()
1654 assert(scratch_list != NULL); in my_completion_function()
1655 if ((completion = rbreadlist(scratch_list))) { /* read next possible completion */ in my_completion_function()
/dports/math/combblas/CombBLAS_beta_16_2/usort/include/usort/
H A DparUtils.tcc2374 std::vector<T> scratch_list(list_size); in MergeLists() local
2383 scratch_list[i] = listA[index1]; in MergeLists()
2386 scratch_list[i] = listB[index2]; in MergeLists()
2397 … while ( ( (scratch_list[ii] < _low) || (ii < (list_size/2)) ) && (scratch_list[ii] <= _high) ) { in MergeLists()
2402 listA.insert(listA.end(), scratch_list.begin(), in MergeLists()
2403 (scratch_list.begin() + ii)); in MergeLists()
2408 && (scratch_list[ii] >= _low) ) in MergeLists()
2409 || (scratch_list[ii] > _high) ) { in MergeLists()
2413 listA.insert(listA.begin(), (scratch_list.begin() + (ii + 1)), in MergeLists()
2414 (scratch_list.begin() + list_size)); in MergeLists()
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c17475 SV* scratch_list = NULL; in S_regclass() local
17517 &scratch_list); in S_regclass()
17523 cp_list = scratch_list; in S_regclass()
17526 _invlist_union(cp_list, scratch_list, &cp_list); in S_regclass()
17527 SvREFCNT_dec_NN(scratch_list); in S_regclass()
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.c18202 SV* scratch_list = NULL; in S_regclass() local
18244 &scratch_list); in S_regclass()
18250 cp_list = scratch_list; in S_regclass()
18253 _invlist_union(cp_list, scratch_list, &cp_list); in S_regclass()
18254 SvREFCNT_dec_NN(scratch_list); in S_regclass()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.c18276 SV* scratch_list = NULL; in S_regclass() local
18318 &scratch_list); in S_regclass()
18324 cp_list = scratch_list; in S_regclass()
18327 _invlist_union(cp_list, scratch_list, &cp_list); in S_regclass()
18328 SvREFCNT_dec_NN(scratch_list); in S_regclass()
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.c18063 SV* scratch_list = NULL; in S_regclass() local
18105 &scratch_list); in S_regclass()
18111 cp_list = scratch_list; in S_regclass()
18114 _invlist_union(cp_list, scratch_list, &cp_list); in S_regclass()
18115 SvREFCNT_dec_NN(scratch_list); in S_regclass()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A DChangeLog-19985070 * global.c (global_alloc): Delete code to manage the scratch_list.
5073 (scratch_list): Delete.
5082 * regs.h (scratch_list): Delete declaration.
10500 spilling from scratch_list.

12