Home
last modified time | relevance | path

Searched refs:list (Results 251 – 275 of 116536) sorted by relevance

1...<<11121314151617181920>>...4662

/dports/audio/moc/moc-2.5.2/
H A Dlists.c50 assert (list); in lists_strs_clear()
60 assert (list); in lists_strs_free()
64 free (list); in lists_strs_free()
70 assert (list); in lists_strs_size()
78 assert (list); in lists_strs_capacity()
106 qsort (list->strs, list->size, sizeof (char *), compare); in lists_strs_sort()
120 list->strs[ix] = list->strs[iy]; in lists_strs_reverse()
132 if (list->size == list->capacity) { in lists_strs_push()
134 list->strs = (char **) xrealloc (list->strs, list->capacity * sizeof (char *)); in lists_strs_push()
137 list->strs[list->size] = s; in lists_strs_push()
[all …]
/dports/textproc/scew/scew-1.2.0/scew/
H A Dlist.c64 return list; in scew_list_create()
73 list = list->next; in scew_list_free()
97 list = list->next; in scew_list_size()
171 list = list->next; in scew_list_delete()
198 list = list->next; in scew_list_delete_item()
217 list = list->prev; in scew_list_first()
230 list = list->next; in scew_list_last()
261 list = list->next; in scew_list_index()
277 list = list->next; in scew_list_foreach()
296 list = list->next; in scew_list_find()
[all …]
/dports/games/nazghul/nazghul-0.7.1/worlds/haxima-1.002/
H A Dvoidgap-mech.scm8 (list
19 (list
43 (list
47 (list
51 (list
55 (list
60 (list
66 (list
70 (list
73 (list
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtklist.c521 if (!list->drag_selection || !list->children) in gtk_list_motion_notify()
1070 if (list->children && !list->selection && in gtk_list_insert_items()
1613 i = MIN (list->anchor, list->drag_pos); in gtk_list_end_selection()
1614 e = MAX (list->anchor, list->drag_pos); in gtk_list_end_selection()
1616 top_down = (list->anchor < list->drag_pos); in gtk_list_end_selection()
1624 list->selection = list->undo_selection; in gtk_list_end_selection()
1924 list->undo_selection = list->selection; in gtk_list_fake_unselect_all()
1974 if (row > list->drag_pos && list->anchor <= list->drag_pos) in gtk_list_update_extended_selection()
1980 else if (row < list->drag_pos && list->anchor >= list->drag_pos) in gtk_list_update_extended_selection()
1985 else if (row < list->drag_pos && list->anchor < list->drag_pos) in gtk_list_update_extended_selection()
[all …]
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/parser/
H A Dlist.c72 Assert(list->length <= list->max_length); in check_list_invariants()
137 if (list->elements == list->initial_elements) in enlarge_list()
149 memcpy(list->elements, list->initial_elements, in enlarge_list()
269 if (list->length >= list->max_length) in new_head_cell()
270 enlarge_list(list, list->length + 1); in new_head_cell()
272 memmove(&list->elements[1], &list->elements[0], in new_head_cell()
287 if (list->length >= list->max_length) in new_tail_cell()
288 enlarge_list(list, list->length + 1); in new_tail_cell()
363 if (list->length >= list->max_length) in insert_new_cell()
364 enlarge_list(list, list->length + 1); in insert_new_cell()
[all …]
/dports/biology/rainbow/rainbow_2.0.4/
H A Dlist.h64 if(list->size + n <= list->cap) return; \
65 if(list->size + n < list->size){ \
70 while(list->size + n > list->cap){ \
77 list->buffer = realloc(list->buffer, list->cap * sizeof(e_type)); \
88 if(size + list->size > list->cap) list->size = list->cap; \
94 list->buffer[list->size++] = e; \
100 *e = list->buffer[list->size]; \
109 list->buffer[list->size] = e; \
131 …type* next_ref_##list_type(list_type *list){ encap_##list_type(list, 1); list->size ++; return lis…
133 …atic inline e_type* ref_next_##list_type(list_type *list){ list->size ++; return list->buffer + li…
[all …]
/dports/games/easyrpg-player/Player-0.7.0/tests/
H A Ddrawable_list.cpp31 REQUIRE_EQ(list.begin(), list.end());
45 list.SetDirty();
70 REQUIRE_EQ(list.begin(), list.end()); in testAppend()
77 REQUIRE_NE(list.begin(), list.end()); in testAppend()
85 REQUIRE_NE(list.begin(), list.end()); in testAppend()
91 f(list); in testAppend()
95 REQUIRE_NE(list.begin(), list.end()); in testAppend()
103 testAppend([](auto& list) { list.Sort(); }); in __anone99be7960202() argument
110 testAppend([&](auto& list) { list.Draw(bitmap); }); in __anone99be7960302() argument
133 list.Clear();
[all …]
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dglist.c488 list = list->next; in g_list_remove()
550 list = list->next; in _g_list_remove_link()
625 list = list->next; in g_list_copy()
632 list = list->next; in g_list_copy()
681 list = list->next; in g_list_nth()
701 list = list->prev; in g_list_nth_prev()
721 list = list->next; in g_list_nth_data()
745 list = list->next; in g_list_find()
778 list = list->next; in g_list_find_custom()
858 list = list->next; in g_list_last()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/lib/glib/
H A Dglist.c261 list = list->next;
313 list = list->next; in _g_list_remove_link()
358 list = list->next;
365 list = list->next;
395 list = list->next;
405 list = list->prev;
415 list = list->next;
428 list = list->next;
445 list = list->next;
496 list = list->next; in g_list_last()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/gnulib-local/lib/glib/
H A Dglist.c261 list = list->next;
313 list = list->next; in _g_list_remove_link()
358 list = list->next;
365 list = list->next;
395 list = list->next;
405 list = list->prev;
415 list = list->next;
428 list = list->next;
445 list = list->next;
496 list = list->next; in g_list_last()
[all …]
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/gnulib-local/lib/glib/
H A Dglist.c261 list = list->next;
313 list = list->next; in _g_list_remove_link()
358 list = list->next;
365 list = list->next;
395 list = list->next;
405 list = list->prev;
415 list = list->next;
428 list = list->next;
445 list = list->next;
496 list = list->next; in g_list_last()
[all …]
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/glib/
H A Dglist.c261 list = list->next;
313 list = list->next; in _g_list_remove_link()
358 list = list->next;
365 list = list->next;
395 list = list->next;
405 list = list->prev;
415 list = list->next;
428 list = list->next;
445 list = list->next;
496 list = list->next; in g_list_last()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/gnulib-local/lib/glib/
H A Dglist.c261 list = list->next;
313 list = list->next; in _g_list_remove_link()
358 list = list->next;
365 list = list->next;
395 list = list->next;
405 list = list->prev;
415 list = list->next;
428 list = list->next;
445 list = list->next;
496 list = list->next; in g_list_last()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/lib/glib/
H A Dglist.c261 list = list->next;
313 list = list->next; in _g_list_remove_link()
358 list = list->next;
365 list = list->next;
395 list = list->next;
405 list = list->prev;
415 list = list->next;
428 list = list->next;
445 list = list->next;
496 list = list->next; in g_list_last()
[all …]
/dports/devel/libffcall/libffcall-2.4/vacall/
H A Dvacall-x86_64.c67 __va_alist list; in vacall_receiver() local
69 list.iarg[0] = word1; in vacall_receiver()
70 list.iarg[1] = word2; in vacall_receiver()
71 list.iarg[2] = word3; in vacall_receiver()
72 list.iarg[3] = word4; in vacall_receiver()
73 list.iarg[4] = word5; in vacall_receiver()
74 list.iarg[5] = word6; in vacall_receiver()
84 list.flags = 0; in vacall_receiver()
88 list.ianum = 0; in vacall_receiver()
89 list.fanum = 0; in vacall_receiver()
[all …]
/dports/devel/liblangtag/liblangtag-0.6.3/liblangtag/
H A Dlt-list.c45 list->next->prev = list->prev; in _lt_list_update()
47 list->prev->next = list->next; in _lt_list_update()
56 lt_list_t list, *l = &list, *lprev = NULL; in _lt_list_sort_merge() local
158 list = list->prev; in lt_list_first()
178 list = list->next; in lt_list_last()
195 return list ? list->prev : NULL; in lt_list_previous()
209 return list ? list->next : NULL; in lt_list_next()
397 list = list->next; in lt_list_delete_link()
421 list = list->next; in lt_list_find()
453 list = list->next; in lt_list_find_custom()
[all …]
/dports/games/openttd/openttd-12.1/regression/stationlist/
H A Dmain.nut15 for (local i = list.Begin(); !list.IsEnd(); i = list.Next()) {
20 for (local i = list.Begin(); !list.IsEnd(); i = list.Next()) {
25 for (local i = list.Begin(); !list.IsEnd(); i = list.Next()) {
40 for (local i = list.Begin(); !list.IsEnd(); i = list.Next()) {
55 for (local i = list.Begin(); !list.IsEnd(); i = list.Next()) {
66 for (local i = list.Begin(); !list.IsEnd(); i = list.Next()) {
76 for (local i = list.Begin(); !list.IsEnd(); i = list.Next()) {
86 for (local i = list.Begin(); !list.IsEnd(); i = list.Next()) {
96 for (local i = list.Begin(); !list.IsEnd(); i = list.Next()) {
120 for (local i = list.Begin(); !list.IsEnd(); i = list.Next()) {
[all …]
/dports/lang/awka/awka-0.7.5/lib/
H A Drexp.c142 list->re_fs = awka_regcomp(list->str, FALSE); \
145 list->re_fs->dfa = (void *) dfacomp(list->str, strlen(list->str), TRUE); \
159 list->re_nofs->dfa = (void *) dfacomp(list->str, strlen(list->str), TRUE); \
169 list->re_gsub = awka_regcomp(list->str, TRUE); \
172 list->re_gsub->dfa = (void *) dfacomp(list->str, strlen(list->str), TRUE); \
218 list = list->next; in _awka_compile_regexp_SPLIT()
225 list->re_fs = list->re_nofs = list->re_gsub = NULL; in _awka_compile_regexp_SPLIT()
275 list = list->next; in _awka_compile_regexp_MATCH()
282 list->re_fs = list->re_nofs = list->re_gsub = NULL; in _awka_compile_regexp_MATCH()
332 list = list->next; in _awka_compile_regexp_GSUB()
[all …]
/dports/multimedia/libva-vdpau-driver/libva-vdpau-driver-0.7.4/src/
H A Dulist.c26 UList *list = malloc(sizeof(*list)); in list_new() local
28 if (list) { in list_new()
42 free(list); in list_free_1()
58 return list ? list : node; in list_append()
63 return list_new(data, list ? list->prev : NULL, list); in list_prepend()
70 list = list->prev; in list_first()
79 list = list->next; in list_last()
90 list = list->next; in list_size()
97 if (!list) in list_lookup_full()
101 for (; list; list = list->next) in list_lookup_full()
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschrolist.c16 list = schro_malloc0 (sizeof (*list)); in schro_list_new()
18 return list; in schro_list_new()
29 return list; in schro_list_new_full()
39 list->free (list->members[i], list->priv); in schro_list_free()
76 list->free (value, list->priv); in _schro_list_free_member()
83 _schro_list_expand (list, list->n + 1); in schro_list_append()
84 list->members[list->n] = value; in schro_list_append()
85 list->n++; in schro_list_append()
95 _schro_list_expand (list, list->n + 1); in schro_list_insert()
97 memmove (list->members + i + 1, list->members + i, in schro_list_insert()
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/scheme/
H A Ddefault-attrib-positions.scm84 (list
85 (list
88 (list
91 (list
94 (list
97 (list
100 (list
103 (list
106 (list
112 (list
[all …]
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/parser/
H A Dlist.c72 Assert(list->length <= list->max_length); in check_list_invariants()
137 if (list->elements == list->initial_elements) in enlarge_list()
149 memcpy(list->elements, list->initial_elements, in enlarge_list()
254 if (list->length >= list->max_length) in new_head_cell()
255 enlarge_list(list, list->length + 1); in new_head_cell()
257 memmove(&list->elements[1], &list->elements[0], in new_head_cell()
272 if (list->length >= list->max_length) in new_tail_cell()
273 enlarge_list(list, list->length + 1); in new_tail_cell()
348 if (list->length >= list->max_length) in insert_new_cell()
349 enlarge_list(list, list->length + 1); in insert_new_cell()
[all …]
/dports/devel/m4/m4-1.4.19/lib/
H A Dgl_list.h393 gl_list_t list; member
623 ->size (list); in gl_list_size()
666 ->last_node (list); in gl_list_last_node()
685 return gl_list_get_at (list, gl_list_size (list) - 1); in gl_list_get_last()
704 return gl_list_nx_set_at (list, gl_list_size (list) - 1, elt); in gl_list_nx_set_last()
710 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list); in gl_list_search()
718 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list); in gl_list_search_from()
734 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list); in gl_list_indexof()
742 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list); in gl_list_indexof_from()
834 ((const struct gl_list_impl_base *) list)->vtable->list_free (list); in gl_list_free()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dgl_list.h399 gl_list_t list; member
633 ->size (list); in gl_list_size()
676 ->last_node (list); in gl_list_last_node()
695 return gl_list_get_at (list, gl_list_size (list) - 1); in gl_list_get_last()
714 return gl_list_nx_set_at (list, gl_list_size (list) - 1, elt); in gl_list_nx_set_last()
720 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list); in gl_list_search()
728 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list); in gl_list_search_from()
744 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list); in gl_list_indexof()
752 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list); in gl_list_indexof_from()
844 ((const struct gl_list_impl_base *) list)->vtable->list_free (list); in gl_list_free()
[all …]
/dports/devel/libffcall/libffcall-2.4/gnulib-lib/
H A Dgl_list.h393 gl_list_t list; member
623 ->size (list); in gl_list_size()
666 ->last_node (list); in gl_list_last_node()
685 return gl_list_get_at (list, gl_list_size (list) - 1); in gl_list_get_last()
704 return gl_list_nx_set_at (list, gl_list_size (list) - 1, elt); in gl_list_nx_set_last()
710 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list); in gl_list_search()
718 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list); in gl_list_search_from()
734 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list); in gl_list_indexof()
742 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list); in gl_list_indexof_from()
834 ((const struct gl_list_impl_base *) list)->vtable->list_free (list); in gl_list_free()
[all …]

1...<<11121314151617181920>>...4662