Searched refs:old_list (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dpipeline.c190 struct curl_llist *old_list = *list_ptr; local
241 if(old_list) {
242 Curl_llist_destroy(old_list, NULL);
283 struct curl_llist *old_list = *list_ptr; local
307 if(old_list) {
308 Curl_llist_destroy(old_list, NULL);
/macosx-10.10/libauto-186/
H A Dauto_impl_utilities.c215 auto_refcount_history_t *old_list = history_list; local
225 if (old_list[h].address) {
226 history_list[history_hash(old_list[h].address)] = old_list[h];
229 malloc_zone_free(auto_debug_zone(), old_list); local
/macosx-10.10/vim-55/src/
H A Dgui_xmdlg.c114 XmFontList old_list; /* font data structure for sample display */ member in struct:_SharedFontSelData
615 XmFontListFree(data->old_list);
618 data->old_list = font_list;
905 data->old_list = gui_motif_create_fontlist(data->old);
1014 XmNfontList, data->old_list,
1280 XmFontListFree(data->old_list);
H A Dmisc1.c1965 int old_list; local
1975 old_list = curwin->w_p_list;
1976 if (old_list && vim_strchr(p_cpo, CPO_LISTWM) == NULL)
2007 curwin->w_p_list = old_list;
/macosx-10.10/ruby-106/ruby/lib/
H A Dfileutils.rb139 # Returns true if +newer+ is newer than all +old_list+.
145 def uptodate?(new, old_list)
148 old_list.each do |old|

Completed in 209 milliseconds