Searched refs:newlist (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/functions/
H A Dnotify.bash14 local newlist=
30 newlist="newlist $i"
33 NOTIFY_LIST="$newlist"
/macosx-10.10.1/bootp-298/bootplib/
H A Dnetinfo.c146 ni_proplist newlist; local
149 newlist.nipl_len = pl.nipl_len;
150 MM_ALLOC_ARRAY(newlist.nipl_val, pl.nipl_len);
152 newlist.nipl_val[i].nip_name = ni_name_dup(pl.nipl_val[i].nip_name);
153 newlist.nipl_val[i].nip_val = ni_namelist_dup(pl.nipl_val[i].nip_val);
155 return (newlist);
242 ni_namelist newlist; local
245 newlist.ninl_len = nl.ninl_len;
246 MM_ALLOC_ARRAY(newlist.ninl_val, newlist
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dbackquote.el52 (let* ((rest list) (newlist (cons first nil)) (last newlist))
58 newlist)
74 (newlist (list 'cons second first)))
76 (setq newlist (list 'cons (car rest) newlist)
78 newlist)
/macosx-10.10.1/cups-408/cups/man/
H A Dmantohtml.c515 const char *newlist = NULL; /* New list style */ local
531 newlist = "ul";
539 newlist = "ol";
547 newlist = "ol";
556 newlist = "ol";
568 if (newlist && list && strcmp(newlist, list))
574 if (newlist && !list)
577 fprintf(outfile, "<%s type=\"%s\">\n", newlist, newtype);
579 fprintf(outfile, "<%s>\n", newlist);
[all...]
/macosx-10.10.1/dyld-353.2.1/src/
H A DthreadLocalVariables.c405 struct TLVTerminatorList* newlist = (struct TLVTerminatorList*)malloc(newAllocSize); local
406 newlist->allocCount = newAllocCount;
407 newlist->useCount = list->useCount;
409 newlist->entries[i] = list->entries[i];
410 pthread_setspecific(tlv_terminators_key, newlist);
412 list = newlist;
/macosx-10.10.1/vim-55/src/proto/
H A Dquickfix.pro2 int qf_init __ARGS((win_T *wp, char_u *efile, char_u *errorformat, int newlist, char_u *qf_title));
/macosx-10.10.1/MITKerberosShim-66/profile/
H A Dprof_get.c77 char *newstr, **newlist; local
82 newlist = realloc(list->list, newmax * sizeof(char *));
83 if (newlist == 0)
86 list->list = newlist;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Ddesktop.el613 newlist
619 (setq newlist (cons q.txt newlist)))
625 (setq newlist (cons '(must . ".") newlist)))
627 (setq newlist (cons last newlist))))
628 (setq newlist (nreverse newlist))
636 newlist
[all...]
H A Drecentf.el1318 (let ((n 0) newlist)
1323 (not (recentf-string-member f newlist)))
1324 (push f newlist)
1328 (setq recentf-list (nreverse newlist))))
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dutils.tcl73 set newlist {}
76 lappend newlist $e
80 set len [llength $newlist]
85 return $newlist
90 set newlist [linsert $newlist $pos $e]
94 return $newlist
H A Dmainframe.tcl199 set newlist {}
202 set newlist [concat $newlist [winfo children $menu]]
204 set listmenu $newlist
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_paramhlp.c433 struct curl_slist *newlist = curl_slist_append(*list, ptr); local
434 if(newlist)
435 *list = newlist;
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_format_cpio.c161 void *newlist = realloc(cpio->ino_list, local
163 if (newlist == NULL)
167 cpio->ino_list = newlist;
/macosx-10.10.1/BerkeleyDB-21/db/tcl/
H A Dtcl_internal.c707 Tcl_Obj *newlist, *newobj; local
710 newlist = Tcl_NewObj();
717 return (newlist);
727 Tcl_ListObjAppendElement(interp, newlist, newobj);
731 * unless newlist isn't actually a list (or convertible
738 return (newlist);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dtkey.c146 dns_rdatalist_t *newlist = NULL; local
163 RETERR(dns_message_gettemprdatalist(msg, &newlist));
164 newlist->rdclass = newrdata->rdclass;
165 newlist->type = newrdata->type;
166 newlist->covers = 0;
167 newlist->ttl = ttl;
168 ISC_LIST_INIT(newlist->rdata);
169 ISC_LIST_APPEND(newlist->rdata, newrdata, link);
173 RETERR(dns_rdatalist_tordataset(newlist, newset));
185 INSIST(newlist !
[all...]
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-runtime-new.mm746 chained_property_list *newlist;
769 newlist = (chained_property_list *)
770 _malloc_internal(sizeof(*newlist) + count * sizeof(property_t));
771 newlist->count = 0;
772 newlist->next = nil;
789 newlist->list[newlist->count++] =
797 newlist->list[newlist->count++] = *property_list_nth(plist, p);
801 assert(newlist
[all...]
H A Dobjc-class-old.mm1813 old_property_list *newlist;
1817 newlist = (old_property_list *)
1818 _memdup_internal(additions, sizeof(*newlist) - sizeof(newlist->first)
1826 cls->ext->propertyLists = (old_property_list **)newlist;
1833 newarray[0] = newlist;
1846 newarray[0] = newlist;
/macosx-10.10.1/adv_cmds-158/ps/
H A Dps.c1042 void *newlist; local
1046 newlist = realloc(inf->l.ptr, newmax * inf->elemsize);
1047 if (newlist == NULL) {
1052 inf->l.ptr = newlist;
1054 return (newlist);
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dconfig.c506 newlist:
605 goto newlist;
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dpattern.c550 xmlXPathObjectPtr newlist; local
567 newlist = xmlXPathEval(comp->pattern, ctxt->xpathCtxt);
574 if (newlist == NULL)
576 if (newlist->type != XPATH_NODESET) {
577 xmlXPathFreeObject(newlist);
588 list = newlist;
599 list = newlist;
/macosx-10.10.1/swig-12/Source/Modules/
H A Dchicken.cxx1398 String *newlist = NewList(); local
1404 Append(newlist, f.item);
1414 flist = newlist;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32fns.c5987 Lisp_Object list, tem, newlist = Qnil;
6005 newlist = Fcons (XCAR (tem), newlist);
6012 return newlist;
6032 Lisp_Object list = Qnil, newlist = Qnil, second_best = Qnil;
6119 newlist = second_best = Qnil;
6133 newlist = Fcons (XCAR (tem), newlist);
6172 newlist = Fcons (XCAR (tem), newlist);
5975 Lisp_Object list, tem, newlist = Qnil; local
6020 Lisp_Object list = Qnil, newlist = Qnil, second_best = Qnil; local
[all...]
/macosx-10.10.1/vim-55/src/
H A Dquickfix.c109 static int qf_init_ext __ARGS((qf_info_T *qi, char_u *efile, buf_T *buf, typval_T *tv, char_u *errorformat, int newlist, linenr_T lnumfirst, linenr_T lnumlast, char_u *qf_title));
153 qf_init(wp, efile, errorformat, newlist, qf_title)
157 int newlist; /* TRUE: start a new error list */
172 return qf_init_ext(qi, efile, curbuf, NULL, errorformat, newlist,
187 qf_init_ext(qi, efile, buf, tv, errorformat, newlist, lnumfirst, lnumlast,
194 int newlist; /* TRUE: start a new error list */
265 if (newlist || qi->qf_curlist == qi->qf_listcount)
H A Dundo.c2378 u_entry_T *newlist = NULL; local
2552 uep->ue_next = newlist;
2553 newlist = uep;
2556 curhead->uh_entry = newlist;
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp10158 char * newlist = NULL; local
10162 newlist = (char *)kalloc(newlist_size);
10164 if (!newlist) {
10171 newlist[0] = '\0';
10175 /* libs? */ -1, newlist, newlist_size) != 0) {
10181 /* libs? */ 0, newlist, newlist_size) != 0) {
10187 /* libs? */ 1, newlist, newlist_size) != 0) {
10195 loaded_kext_paniclist = newlist;
10196 newlist = NULL;
10200 if (newlist) {
[all...]

Completed in 208 milliseconds

12