Searched refs:next (Results 176 - 200 of 3838) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DListableHandler.h47 T* next() const function in class:JSC::ListableHandler
86 T* next = current->next(); local
88 m_first = next;
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dauth-options.h20 struct envstring *next; member in struct:envstring
/macosx-10.10.1/apache-793/httpd/include/
H A Dutil_cfgtree.h52 /** The next directive node in the tree */
53 struct ap_directive_t *next; member in struct:ap_directive_t
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dsource.c109 if (list->next)
113 remember_args (list->next, 1);
115 push_args (list->next); /* Update BASH_ARGV and BASH_ARGC */
131 result = source_file (filename, (list && list->next));
/macosx-10.10.1/bootp-298/bootplib/
H A DNICache.h45 PLCacheEntry_t * next; member in struct:PLCacheEntry
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dcert.h22 struct cupsd_cert_s *next; /* Next certificate in list */ member in struct:cupsd_cert_s
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_mfiles.h33 struct multi_files *next; member in struct:multi_files
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Darsup.h23 struct list *next; member in struct:list
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dpartition.h51 /* The next element in this class. Elements in each class form a
53 struct partition_elem* next; member in struct:partition_elem
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dnamtbpvt.h125 struct NAMETABLE_temp_name_t * next; /* Next temp name chain block */ member in struct:NAMETABLE_temp_name_t
/macosx-10.10.1/dtrace-147/libproc/
H A Dlibproc_apple.h47 struct ps_proc_activity_event* next; member in struct:ps_proc_activity_event
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DRecomp.c50 p_ptr = menu->p_list->next;
52 p_ptr = p_ptr->next
67 s_ptr = p_ptr->s_list->next;
69 s_ptr = s_ptr->next
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dsfio_s.h32 #define _next next
36 { unsigned char* _next; /* next position to read/write from */
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregstat.c41 e = e->next;
46 e = e->next;
48 e = e->next;
49 if (!e || e->type == REX_END && !e->next)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmclear.c41 Seg_t *seg, *next; local
59 for(seg = vd->seg; seg; seg = next)
60 { next = seg->next;
/macosx-10.10.1/libauto-186/auto_tester/
H A DEnliveningRace.m35 ERList *next;
38 @property ERList *next;
41 @synthesize next;
134 rest_address = list.next = [ERList new];
135 list = list.next;
136 list.next = [ERList new];
148 ERList *rest = list.next;
149 list.next = nil;
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfld_ftchoice.c60 typ->next = next_choice;
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dentries.c53 * | ----+-->| ----+-->| NULL | next
94 for (last = 0, ep = headp; ep != 0; last = ep, ep = ep->next) {
97 last->next = ep->next;
100 _nc_head = ep->next;
/macosx-10.10.1/postfix-255/postfix/src/postconf/
H A Dpostconf_print.c69 char *next; local
96 for (start = STR(buf); *(start += strspn(start, PCF_SEPARATORS)) != 0; start = next) {
98 if (*(next = start + word_len) != 0)
99 *next++ = 0;
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dcidr_match.h47 struct CIDR_MATCH *next; /* next entry */ member in struct:CIDR_MATCH
/macosx-10.10.1/procmail-14/procmail/src/
H A Dregexp.h4 { unsigned opc;struct eps*next; member in struct:eps
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/term/
H A Dbind.tcl58 method next {c} {Next $c ; return}
113 set next $prefix$c
114 set dfa($key) [list t $next]
116 set prefix $next
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dcpu_affinity.h36 struct x86_affinity_set *next; /* Forward link */ member in struct:x86_affinity_set
/macosx-10.10.1/zlib-55/zlib/contrib/infback9/
H A Dinflate9.h43 code FAR *next; /* next available space in codes[] */ member in struct:inflate_state
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dstack.c60 b->next = 0;
78 b = p->next;
119 if (b->next) b = b->next;
122 if (!(b->next = newof(0, struct stackblock, 1, 0)))
124 b = b->next;
128 b->next = 0;

Completed in 472 milliseconds

1234567891011>>