Home
last modified time | relevance | path

Searched refs:newlist (Results 1 – 25 of 1472) sorted by relevance

12345678910>>...59

/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchSF2ModItem.c95 GSList **pmods, *newlist = NULL; in ipatch_sf2_mod_item_get_mods() local
113 newlist = g_slist_prepend(newlist, mod); in ipatch_sf2_mod_item_get_mods()
119 newlist = g_slist_reverse(newlist); in ipatch_sf2_mod_item_get_mods()
121 return (newlist); in ipatch_sf2_mod_item_get_mods()
142 GSList **pmods, *oldlist, *newlist; in ipatch_sf2_mod_item_set_mods() local
168 *pmods = newlist; in ipatch_sf2_mod_item_set_mods()
248 newlist = g_slist_insert(newlist, newmod, pos); in ipatch_sf2_mod_item_insert()
251 newlist = ipatch_sf2_mod_list_duplicate(newlist); // ++ Duplicate newlist for notify in ipatch_sf2_mod_item_insert()
292 newlist = ipatch_sf2_mod_list_remove(newlist, mod, &changed); // Remove the modulator in ipatch_sf2_mod_item_remove()
298 newlist = ipatch_sf2_mod_list_duplicate(newlist); // ++ Duplicate newlist for notify in ipatch_sf2_mod_item_remove()
[all …]
H A DIpatchSF2ModList.c92 GSList *newlist = NULL; in ipatch_sf2_mod_list_duplicate() local
96 newlist = g_slist_prepend(newlist, ipatch_sf2_mod_duplicate in ipatch_sf2_mod_list_duplicate()
101 newlist = g_slist_reverse(newlist); in ipatch_sf2_mod_list_duplicate()
103 return (newlist); in ipatch_sf2_mod_list_duplicate()
124 GSList *newlist, *bcopy, *p; in ipatch_sf2_mod_list_override() local
148 bcopy = newlist; in ipatch_sf2_mod_list_override()
168 newlist = g_slist_prepend(newlist, copy ? ipatch_sf2_mod_duplicate in ipatch_sf2_mod_list_override()
174 return (newlist); in ipatch_sf2_mod_list_override()
227 acopy = newlist; in ipatch_sf2_mod_list_offset()
252 newlist = g_slist_prepend(newlist, in ipatch_sf2_mod_list_offset()
[all …]
/dports/sysutils/hfsutils/hfsutils-3.2.6/
H A Ddlist.c89 dlist newlist; in dl_append() local
95 newlist.memsz = list->memsz * 2 + sizeof(char *) + len; in dl_append()
96 newlist.mem = malloc(newlist.memsz); in dl_append()
97 if (newlist.mem == 0) in dl_append()
100 newlist.eltend = (char **) newlist.mem; in dl_append()
101 newlist.strs = newlist.mem + newlist.memsz - strsz; in dl_append()
103 memcpy(newlist.strs, list->strs, strsz); in dl_append()
106 *newlist.eltend++ = newlist.strs + (*elt - list->strs); in dl_append()
110 *list = newlist; in dl_append()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/future/types/
H A Dnewlist.py28 if cls == newlist:
34 class newlist(with_metaclass(BaseNewList, _builtin_list)): class
56 return super(newlist, cls).__new__(cls)
57 elif type(args[0]) == newlist:
61 return super(newlist, cls).__new__(cls, value)
64 return newlist(super(newlist, self).__add__(value))
69 return newlist(left) + self
81 return newlist(super(newlist, self).__getitem__(y))
83 return super(newlist, self).__getitem__(y)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/future/types/
H A Dnewlist.py28 if cls == newlist:
34 class newlist(with_metaclass(BaseNewList, _builtin_list)): class
56 return super(newlist, cls).__new__(cls)
57 elif type(args[0]) == newlist:
61 return super(newlist, cls).__new__(cls, value)
64 return newlist(super(newlist, self).__add__(value))
69 return newlist(left) + self
81 return newlist(super(newlist, self).__getitem__(y))
83 return super(newlist, self).__getitem__(y)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/future/types/
H A Dnewlist.py28 if cls == newlist:
34 class newlist(with_metaclass(BaseNewList, _builtin_list)): class
56 return super(newlist, cls).__new__(cls)
57 elif type(args[0]) == newlist:
61 return super(newlist, cls).__new__(cls, value)
64 return newlist(super(newlist, self).__add__(value))
69 return newlist(left) + self
81 return newlist(super(newlist, self).__getitem__(y))
83 return super(newlist, self).__getitem__(y)
/dports/devel/py-future/future-0.18.2/src/future/types/
H A Dnewlist.py28 if cls == newlist:
34 class newlist(with_metaclass(BaseNewList, _builtin_list)): class
56 return super(newlist, cls).__new__(cls)
57 elif type(args[0]) == newlist:
61 return super(newlist, cls).__new__(cls, value)
64 return newlist(super(newlist, self).__add__(value))
69 return newlist(left) + self
81 return newlist(super(newlist, self).__getitem__(y))
83 return super(newlist, self).__getitem__(y)
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/send/
H A Dbind.c51 dest *newlist; in up_bind() local
70 newlist = expand_local(dp); in up_bind()
71 if (newlist == 0) { in up_bind()
76 d_insert(&list[li^1], newlist); in up_bind()
79 d_same_insert(&bound, newlist); in up_bind()
88 newlist = s_to_dest(dp->repl1, dp); in up_bind()
89 if(newlist != 0) in up_bind()
90 d_insert(&list[li^1], newlist); in up_bind()
96 newlist = translate(dp); in up_bind()
97 if (newlist != 0) in up_bind()
[all …]
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dalpm_list.c264 newlist = left; in alpm_list_mmerge()
268 newlist = right; in alpm_list_mmerge()
271 newlist->prev = NULL; in alpm_list_mmerge()
273 lp = newlist; in alpm_list_mmerge()
305 return newlist; in alpm_list_mmerge()
471 return newlist; in alpm_list_remove_dupes()
487 FREELIST(newlist); in alpm_list_strdup()
492 return newlist; in alpm_list_strdup()
513 return newlist; in alpm_list_copy()
546 return newlist; in alpm_list_copy_data()
[all …]
/dports/sysutils/webmin/webmin-1.981/sendmail/
H A Dsave_opts.cgi58 @newlist = $_[2] && $oldstr ?
65 @newlist = ( { 'type' => 'D', 'values' => [ $_[0].$in{$_[1]} ] } );
67 &save_directives($conf, \@oldlist, \@newlist);
75 local (@newlist, $re); $re = $_[1];
76 if ($in{"$_[0]_def"}) { @newlist = (); }
80 else { @newlist = ( { 'type' => 'O', 'values' => [ " $_[0]=$in{$_[0]}" ] } ); }
81 &save_directives($conf, \@oldlist, \@newlist);
88 local @newlist;
94 push(@newlist, { 'type' => 'O', 'values' => [ " $_[0]=$v" ] });
97 &save_directives($conf, \@oldlist, \@newlist);
/dports/cad/opencascade/opencascade-7.6.0/src/IGESSelect/
H A DIGESSelect_RebuildGroups.cxx60 Interface_EntityIterator newlist; in Performing() local
67 if (TC.Search(g->Value(i),newent)) newlist.GetOneItem(newent); in Performing()
75 if (TC.Search(g->Value(i),newent)) newlist.GetOneItem(newent); in Performing()
83 if (TC.Search(g->Value(i),newent)) newlist.GetOneItem(newent); in Performing()
91 if (TC.Search(g->Value(i),newent)) newlist.GetOneItem(newent); in Performing()
95 if (newlist.NbEntities() <= 1) continue; // 0 ou 1 : rien a refaire in Performing()
97 new IGESData_HArray1OfIGESEntity(1,newlist.NbEntities()); in Performing()
99 for (newlist.Start(); newlist.More(); newlist.Next()) { in Performing()
100 ng ++; tab->SetValue(ng,GetCasted(IGESData_IGESEntity,newlist.Value())); in Performing()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/
H A Dsrc_backend_nodes_list.c627 List *newlist; in list_copy() local
634 newlist = new_list(oldlist->type); in list_copy()
643 newlist_prev = newlist->head; in list_copy()
658 newlist->tail = newlist_prev; in list_copy()
660 check_list_invariants(newlist); in list_copy()
661 return newlist; in list_copy()
670 List *newlist; in list_copy_tail() local
696 newlist_prev = newlist->head; in list_copy_tail()
711 newlist->tail = newlist_prev; in list_copy_tail()
713 check_list_invariants(newlist); in list_copy_tail()
[all …]
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/
H A Dsrc_backend_nodes_list.c627 List *newlist; in list_copy() local
634 newlist = new_list(oldlist->type); in list_copy()
643 newlist_prev = newlist->head; in list_copy()
658 newlist->tail = newlist_prev; in list_copy()
660 check_list_invariants(newlist); in list_copy()
661 return newlist; in list_copy()
670 List *newlist; in list_copy_tail() local
696 newlist_prev = newlist->head; in list_copy_tail()
711 newlist->tail = newlist_prev; in list_copy_tail()
713 check_list_invariants(newlist); in list_copy_tail()
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/rataprx/
H A Dcfutil.red147 newlist := list('list, prepsq a, prepsq b) . newlist;
151 newlist := 'list . reversip newlist;
170 newlist := list('list, 1, prepsq b) . newlist;
172 newlist := 'list . reversip newlist;
191 newlist := list('list, prepsq a, 1) . newlist;
194 newlist := 'list . reversip newlist;
228 newlist := 'list . reversip newlist;
252 newlist := list('list, prepsq a0, 1) . newlist;
259 newlist := list('list, prepsq cc, prepsq b) . newlist;
269 newlist := list('list, prepsq c, prepsq d) . newlist;
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/support/
H A Ddir_filenames.c49 char **newlist; in add_filename() local
51 newlist = realloc(*fnames, (*n_fnames + 2) * sizeof(*newlist)); in add_filename()
52 if (newlist == NULL) in add_filename()
54 *fnames = newlist; in add_filename()
55 newlist[*n_fnames] = strdup(name); in add_filename()
56 if (newlist[*n_fnames] == NULL) in add_filename()
59 newlist[*n_fnames] = NULL; in add_filename()
/dports/security/krb5/krb5-1.19.2/src/util/support/
H A Ddir_filenames.c49 char **newlist; in add_filename() local
51 newlist = realloc(*fnames, (*n_fnames + 2) * sizeof(*newlist)); in add_filename()
52 if (newlist == NULL) in add_filename()
54 *fnames = newlist; in add_filename()
55 newlist[*n_fnames] = strdup(name); in add_filename()
56 if (newlist[*n_fnames] == NULL) in add_filename()
59 newlist[*n_fnames] = NULL; in add_filename()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-report-column-view.c460 SCM newlist = SCM_EOL; in gnc_column_view_edit_add_cb() local
489 newlist = scm_cons(SCM_CAR(oldlist), newlist); in gnc_column_view_edit_add_cb()
492 newlist = scm_append in gnc_column_view_edit_add_cb()
532 SCM newlist = SCM_EOL; in gnc_column_view_edit_remove_cb() local
544 newlist = scm_cons(SCM_CAR(oldlist), newlist); in gnc_column_view_edit_remove_cb()
575 SCM newlist = SCM_EOL; in gnc_edit_column_view_move_up_cb() local
585 newlist = scm_cons(SCM_CAR(oldlist), newlist); in gnc_edit_column_view_move_up_cb()
590 newlist = scm_cons(temp, scm_cons(SCM_CAR(oldlist), newlist)); in gnc_edit_column_view_move_up_cb()
613 SCM newlist = SCM_EOL; in gnc_edit_column_view_move_down_cb() local
623 newlist = scm_cons(SCM_CAR(oldlist), newlist); in gnc_edit_column_view_move_down_cb()
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Dcsv_parser.c103 SeqAppend(*newlist, xstrdup("")); in LaunchCsvAutomata()
127 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
152 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
172 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
210 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
292 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
306 if (newlist) in LaunchCsvAutomata()
308 SeqDestroy(*newlist); in LaunchCsvAutomata()
316 Seq *newlist = SeqNew(16, free); in SeqParseCsvString() local
318 if (LaunchCsvAutomata(string, &newlist) != CSV_ERR_OK) in SeqParseCsvString()
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Dcsv_parser.c103 SeqAppend(*newlist, xstrdup("")); in LaunchCsvAutomata()
127 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
152 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
172 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
210 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
292 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
306 if (newlist) in LaunchCsvAutomata()
308 SeqDestroy(*newlist); in LaunchCsvAutomata()
316 Seq *newlist = SeqNew(16, free); in SeqParseCsvString() local
318 if (LaunchCsvAutomata(string, &newlist) != CSV_ERR_OK) in SeqParseCsvString()
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libutils/
H A Dcsv_parser.c103 SeqAppend(*newlist, xstrdup("")); in LaunchCsvAutomata()
127 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
152 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
172 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
210 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
292 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
306 if (newlist) in LaunchCsvAutomata()
308 SeqDestroy(*newlist); in LaunchCsvAutomata()
316 Seq *newlist = SeqNew(16, free); in SeqParseCsvString() local
318 if (LaunchCsvAutomata(string, &newlist) != CSV_ERR_OK) in SeqParseCsvString()
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libutils/
H A Dcsv_parser.c103 SeqAppend(*newlist, xstrdup("")); in LaunchCsvAutomata()
127 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
152 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
172 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
210 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
292 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
306 if (newlist) in LaunchCsvAutomata()
308 SeqDestroy(*newlist); in LaunchCsvAutomata()
316 Seq *newlist = SeqNew(16, free); in SeqParseCsvString() local
318 if (LaunchCsvAutomata(string, &newlist) != CSV_ERR_OK) in SeqParseCsvString()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libutils/
H A Dcsv_parser.c103 SeqAppend(*newlist, xstrdup("")); in LaunchCsvAutomata()
127 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
152 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
172 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
210 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
292 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
306 if (newlist) in LaunchCsvAutomata()
308 SeqDestroy(*newlist); in LaunchCsvAutomata()
316 Seq *newlist = SeqNew(16, free); in SeqParseCsvString() local
318 if (LaunchCsvAutomata(string, &newlist) != CSV_ERR_OK) in SeqParseCsvString()
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libutils/
H A Dcsv_parser.c103 SeqAppend(*newlist, xstrdup("")); in LaunchCsvAutomata()
127 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
152 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
172 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
210 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
292 SeqAppend(*newlist, xstrdup(snatched)); in LaunchCsvAutomata()
306 if (newlist) in LaunchCsvAutomata()
308 SeqDestroy(*newlist); in LaunchCsvAutomata()
316 Seq *newlist = SeqNew(16, free); in SeqParseCsvString() local
318 if (LaunchCsvAutomata(string, &newlist) != CSV_ERR_OK) in SeqParseCsvString()
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-list-util.php157 $newlist = array();
166 $newlist[ $key ] = $value->$field;
168 $newlist[ $key ] = $value[ $field ];
172 $this->output = $newlist;
184 $newlist[ $value->$index_key ] = $value->$field;
186 $newlist[] = $value->$field;
190 $newlist[ $value[ $index_key ] ] = $value[ $field ];
192 $newlist[] = $value[ $field ];
197 $this->output = $newlist;
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-list-util.php157 $newlist = array();
166 $newlist[ $key ] = $value->$field;
168 $newlist[ $key ] = $value[ $field ];
172 $this->output = $newlist;
184 $newlist[ $value->$index_key ] = $value->$field;
186 $newlist[] = $value->$field;
190 $newlist[ $value[ $index_key ] ] = $value[ $field ];
192 $newlist[] = $value[ $field ];
197 $this->output = $newlist;

12345678910>>...59