Searched refs:next (Results 276 - 300 of 4047) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dlet.c28 list = list->next;
36 for (; list; list = list->next)
H A Dshift.c63 rest_of_args = rest_of_args->next;
64 temp->next = (WORD_LIST *)NULL;
/macosx-10.9.5/cups-372.4/cups/ppdc/
H A Dppdhtml.cxx106 for (d = (ppdcDriver *)src->drivers->first(); d; d = (ppdcDriver *)src->drivers->next())
107 for (g = (ppdcGroup *)d->groups->first(); g; g = (ppdcGroup *)d->groups->next())
108 for (o = (ppdcOption *)g->options->first(); o; o = (ppdcOption *)g->options->next())
118 for (compo = (ppdcOption *)composite->options->first(); compo; compo = (ppdcOption *)composite->options->next())
123 for (d = (ppdcDriver *)src->drivers->first(); d; d = (ppdcDriver *)src->drivers->next())
128 size = (ppdcMediaSize *)d->sizes->next())
133 compo = (ppdcOption *)composite->options->next())
138 c = (ppdcChoice *)o->choices->next())
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-avr.c54 #define N(addr_bits, machine, print, default, next) \
67 next \
H A Dcpu-z80.c43 #define N(name,print,default,next) \
45 compatible, bfd_default_scan, next }
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Ddgclive.c110 struct maint_elt_t *next; /* -> to next entry in list. */ member in struct:maint_elt_t
175 for (maint = maint_head; maint != NULL; maint = maint->next)
215 maint->next = maint_head;
266 for (maint = maint_head; maint != NULL; maint = maint->next)
280 maint_head = maint->next;
282 prev->next = maint->next;
344 for (ptr = maint_head; ptr != NULL; ptr = ptr->next)
/macosx-10.9.5/diskdev_cmds-572.1.1/fsck.tproj/
H A Dfsck.h72 * contains a link to the next one if avail.
75 struct part *next; /* forward link of partitions on disk */ member in struct:part
87 struct disk *next; /* forward link for list of disks */ member in struct:disk
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A DAT386.el48 (define-key AT386-keypad-map "U" [next]) ;; PgDn
/macosx-10.9.5/emacs-92/emacs/lwlib/
H A Dlwlib-int.h37 struct _widget_instance* next; member in struct:_widget_instance
52 struct _widget_info* next; member in struct:_widget_info
H A Dlwlib.c243 if (wv->next)
245 free_widget_value_tree (wv->next);
246 wv->next = (widget_value *) 0xDEADBEEF;
276 copy->next = copy_widget_value_tree (val->next, change);
306 info->next = all_widget_info;
355 instance->next = info->instances;
386 prev = info, info = info->next)
392 prev->next = info->next;
768 widget_value* next; local
1083 widget_instance* next; local
1108 widget_info* next; local
1417 widget_instance* next; local
[all...]
/macosx-10.9.5/emacs-92/emacs/oldXMenu/
H A DDelPane.c26 register XMSelect *s_next; /* Pointer to next selection to be deleted. */
51 s_ptr = p_ptr->s_list->next;
56 s_next = s_ptr->next;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfgetm.c59 { f->next = s;
63 f->next = s;
H A Dsfgetu.c58 { f->next = s;
62 f->next = s;
H A Dsfread.c57 { if(((uchar*)buf + f->val) != f->next &&
64 { if((uchar*)buf != f->next)
75 f->next += n;
91 if((r = f->endb - f->next) > 0) /* has buffered data */
94 if(s != f->next)
95 memcpy(s, f->next, r);
96 f->next += r;
105 { f->next = f->endb = f->data;
/macosx-10.9.5/libxml2-26/libxml2/
H A Dhash.c56 struct _xmlHashEntry *next; member in struct:_xmlHashEntry
232 xmlHashEntryPtr iter, next; local
270 table->table[key].next = NULL;
274 iter = oldtable[i].next;
276 next = iter->next;
286 table->table[key].next = NULL;
289 iter->next = table->table[key].next;
290 table->table[key].next
323 xmlHashEntryPtr next; local
864 xmlHashEntryPtr next; local
938 xmlHashEntryPtr next; local
978 xmlHashEntryPtr next; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DPath.inc626 char *next = pathname;
629 next = strchr(pathname+2, '/');
630 if (next == NULL)
634 next = strchr(next+1, '/');
635 if (next == NULL)
638 next++;
639 if (*next == 0)
644 next += 2; // skip drive letter
645 if (*next
[all...]
/macosx-10.9.5/nano-11/src/
H A Dcolor.c37 for (; this_syntax != NULL; this_syntax = this_syntax->next) {
41 for (; this_color != NULL; this_color = this_color->next) {
48 beforenow = beforenow->next)
80 tmpcolor = tmpcolor->next) {
123 tmpsyntax = tmpsyntax->next) {
137 tmpsyntax = tmpsyntax->next) {
148 for (e = tmpsyntax->extensions; e != NULL; e = e->next) {
185 tmpcolor = tmpcolor->next) {
/macosx-10.9.5/ntp-88/include/
H A Dntp_data_structures.h23 struct node *next; member in union:node::__anon11403
27 #define node_next nodeu.next
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dhash.c40 struct _xmlHashEntry *next; member in struct:_xmlHashEntry
200 xmlHashEntryPtr iter, next; local
238 table->table[key].next = NULL;
242 iter = oldtable[i].next;
244 next = iter->next;
254 table->table[key].next = NULL;
257 iter->next = table->table[key].next;
258 table->table[key].next
291 xmlHashEntryPtr next; local
832 xmlHashEntryPtr next; local
906 xmlHashEntryPtr next; local
946 xmlHashEntryPtr next; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Dtextwindow.tcl47 next
58 next {*}$args
64 # up for the next buffer. No idea if we can.
/macosx-10.9.5/tidy-15.12/tidy/experimental/
H A DTidyNodeIter.c26 // the next element, if any, is my first-born child
31 // no children, I guess my next younger brother inherits the throne.
32 while ( NULL == pThis->pCurrent->next
38 pThis->pCurrent = pThis->pCurrent->next;
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dbuffio.c72 buf->next = 0;
89 buf->next = 0;
127 buf->next = 0;
177 bv = buf->bp[ buf->next++ ];
183 return ( buf->next >= buf->size );
188 if ( buf->next > 0 )
190 --buf->next;
191 assert( bv == buf->bp[ buf->next ] );
/macosx-10.9.5/xar-202/xar/lib/
H A Dsignature.h42 struct __xar_x509cert_t *next; member in struct:__xar_x509cert_t
51 struct __xar_signature_t *next; member in struct:__xar_signature_t
/macosx-10.9.5/apache-786.1/httpd/modules/http/
H A Dhttp_request.c71 f = f->next;
83 ap_filter_t *next; local
91 next = r->output_filters;
92 while (next && (next->frec != ap_http_header_filter_handle)) {
93 next = next->next;
97 * If next != NULL then we left the while above because of
98 * next
527 ap_filter_t *next; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DAttribute.java51 * The next attribute in this attribute list. May be <tt>null</tt>.
53 Attribute next; field in class:Attribute
176 attr = attr.next;
213 attr = attr.next;
251 attr = attr.next;

Completed in 318 milliseconds

<<11121314151617181920>>