Searched refs:next (Results 101 - 125 of 3838) sorted by relevance

1234567891011>>

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dclean.c74 StyleProp *next; local
78 next = props->next;
82 props = next;
111 prop->next = props;
114 prev->next = prop;
122 props = props->next;
128 prop->next = NULL;
131 prev->next = prop;
219 for (len = 0, prop = props; prop; prop = prop->next)
277 TagStyle *style, *next; local
1011 Node *prev = node->prev, *next = node->next, local
1333 AttVal *av, *style, *next; local
1384 Node *next = NULL; local
1476 Node *next; local
1677 AttVal *attr, *next, *prev = NULL; variable
1871 Node *pre, *next; local
1934 Node* next; local
1945 Node *next = TY_(TrimEmptyElement)( doc, node ); local
2066 Node *node, *next, *head = NULL, *body = NULL; local
2234 Node* next; local
2257 Node* next; local
2279 Node* next; local
2340 Node* next; local
2395 Node* next; local
2417 Node* next; local
2442 Node* next; local
2520 Node* next; local
[all...]
/macosx-10.10.1/Libnotify-133.1.1/
H A Dtable.c47 struct table_node_s *next; member in struct:table_node_s
66 struct __list_private *next; member in struct:__list_private
134 for (n = t->bucket[b]; n != NULL; n = n->next)
164 for (n = t->bucket[b]; n != NULL; n = n->next)
208 n->next = t->bucket[b];
265 n->next = t->bucket[b];
292 for (n = t->bucket[b]; n != NULL; n = n->next)
296 if (p == NULL) t->bucket[b] = n->next;
297 else p->next = n->next;
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.parse.c70 } while (asyntax(lexp->next, lexp) != 0);
79 p1 = p1->next;
90 for (p = p1; p != p2; p = p->next)
104 if (p->next != p2 && eq(p->next->word, STRand))
105 p = p->next;
116 return asyntax(p->next, p2);
148 if (p2 == p1->next)
150 return asyn0(p1->next, p2);
165 if (p1->word[0] && eq(p1->word, alout.next
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dprint.c75 loptend = loptend->next;
95 for (l = list; l->next && l->next != lcurrent; l = l->next);
122 nlist->next = (WORD_LIST *)NULL;
129 for (l = list; l; l = l->next)
132 if (l->next)
158 for (sawc = 0, l = list; l; l = l->next)
165 if (l->next)
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_region.c43 /* the end of the file; it must be closed (see next) before
101 rp->next = 0;
111 CLEANUP_REGION *next; local
113 for (rp = regions; rp != 0; rp = next) {
114 next = rp->next;
155 for (rpp = &state->free_regions; /* see below */ ; rpp = &(rp->next)) {
175 (*rpp) = rp->next;
176 rp->next = 0;
218 for (rpp = &state->free_regions; (*rpp) != 0; rpp = &(*rpp)->next)
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dlist.c36 struct list_proto *next; member in struct:list_proto
62 h->last->next = NULL;
109 l1->prev->next = l2;
130 h->last->next = l;
153 h->first = l->next;
157 h->last->next = NULL;
159 l->prev->next = l->next;
160 l->next->prev = l->prev;
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dlist.h35 #define ISC_LINK(type) struct { type *prev, *next; }
39 (elt)->link.next = (type *)(-1); \
56 (elt)->link.next = (list).head; \
72 (list).tail->link.next = (elt); \
76 (elt)->link.next = NULL; \
91 if ((elt)->link.next != NULL) \
92 (elt)->link.next->link.prev = (elt)->link.prev; \
98 (elt)->link.prev->link.next = (elt)->link.next; \
101 (list).head = (elt)->link.next; \
[all...]
/macosx-10.10.1/cron-39/cron/
H A Djob.c28 struct _job *next; member in struct:_job
45 for (j=jhead; j; j=j->next)
51 j->next = (job*) NULL;
57 else { jtail->next=j; }
70 jn = j->next;
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_mfiles.c35 (*last)->next = new;
115 struct multi_files *next; local
119 next = item->next;
121 item = next;
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dallocsa.c48 struct preliminary_header { void *next; char room[MAGIC_SIZE]; }; member in struct:preliminary_header
52 struct header { void *next; char room[HEADER_SIZE - sizeof (struct preliminary_header) + MAGIC_SIZE]; }; member in struct:header
87 ((struct header *) (p - HEADER_SIZE))->next = mallocsa_results[slot];
127 *chain = ((struct header *) p_begin)->next;
131 chain = &((struct header *) ((char *) *chain - HEADER_SIZE))->next;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfpeek.c52 n = (f->data+f->here) - f->next;
54 else n = f->endb - f->next;
59 { *bp = (Void_t*)f->next;
76 { *bp = (Void_t*)f->next;
84 f->next += sz;
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dallocsa.c50 struct preliminary_header { void *next; char room[MAGIC_SIZE]; }; member in struct:preliminary_header
54 struct header { void *next; char room[HEADER_SIZE - sizeof (struct preliminary_header) + MAGIC_SIZE]; }; member in struct:header
89 ((struct header *) (p - HEADER_SIZE))->next = mallocsa_results[slot];
129 *chain = ((struct header *) p_begin)->next;
133 chain = &((struct header *) ((char *) *chain - HEADER_SIZE))->next;
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dlist.h35 #define ISC_LINK(type) struct { type *prev, *next; }
39 (elt)->link.next = (type *)(-1); \
56 (elt)->link.next = (list).head; \
72 (list).tail->link.next = (elt); \
76 (elt)->link.next = NULL; \
91 if ((elt)->link.next != NULL) \
92 (elt)->link.next->link.prev = (elt)->link.prev; \
98 (elt)->link.prev->link.next = (elt)->link.next; \
101 (list).head = (elt)->link.next; \
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dreadlline.c74 int next; local
82 * at EOF or at the beginning of the next logical line.
96 /* Terminate at EOF or at the beginning of the next logical line. */
100 if ((next = VSTREAM_GETC(fp)) != VSTREAM_EOF)
101 vstream_ungetc(fp, next);
102 if (next != '#' && !ISSPACE(next))
H A Dbinhash.c151 if ((elm->next = *_h) != 0) \
189 BINHASH_INFO *next; local
197 for (ht = *h++; ht; ht = next) {
198 next = ht->next;
230 for (ht = table->data[binhash_hash(key, key_len, table->size)]; ht; ht = ht->next)
245 for (ht = table->data[binhash_hash(key, key_len, table->size)]; ht; ht = ht->next)
261 for (ht = *h; ht; ht = ht->next) {
263 if (ht->next)
264 ht->next
288 BINHASH_INFO *next; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMPowerSourceList.cpp150 IOPMPowerSource * next = firstItem; local
152 while ( next != NULL ) {
153 firstItem = next->nextInList;
155 next->release();
156 next = firstItem;
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Darsup.c52 bfd *next; local
54 head = arch->next;
57 next = head->next;
59 head = next;
71 for (ptr = list; ptr; ptr = ptr->next)
76 for (head = arch->next; head; head = head->next)
200 ptr = &element->next;
216 prev->next
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkUndo.c43 elem->next = *stack;
72 *stack = elem->next;
139 TkUndoSubAtom *next = sub->next;
145 sub = next;
150 TkUndoSubAtom *next = sub->next;
156 sub = next;
252 atom->next = NULL;
259 while (subAtomList->next !
135 TkUndoSubAtom *next = sub->next; local
146 TkUndoSubAtom *next = sub->next; local
403 TkUndoSubAtom *next = sub->next; local
413 TkUndoSubAtom *next = sub->next; local
[all...]
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DBoundaryTagInlines.h65 static inline void validateNext(BeginTag* next, const Range& range) argument
67 if (next->size() == largeMin && !next->isFree()) // Right sentinel tag.
71 size_t nextSize = next->size();
75 static inline void validate(EndTag* prev, const Range& range, BeginTag* next) argument
79 validateNext(next, range);
103 BeginTag* rightSentinel = endTag->next();
125 inline void BoundaryTag::mergeLargeRight(EndTag*& endTag, BeginTag*& next, Range& range, bool& hasPhysicalPages) argument
127 Range right(range.end(), next->size());
129 hasPhysicalPages &= next
142 BeginTag* next = endTag->next(); local
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/blast/
H A Dblast.c39 unsigned char *in; /* next input location */
50 unsigned next; /* index of next write location in out[] */ member in struct:state
131 int left; /* bits left in next or left to process */
132 short *next; /* next number of codes */ local
138 next = h->count + 1;
143 count = *next++;
149 index += count; /* else update for next length */
254 * next,
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/excxx_repquote/
H A DRepConfigInfo.cpp27 while (CurItem->next != NULL)
47 newinfo->next = NULL;
49 newinfo->next = other_hosts;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWCmdQ.cpp71 IOFWCommand *next; local
72 next = cmd->getNext();
80 cmd = next;
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dpmap_prot2.c121 register struct pmaplist **next = NULL; local
131 * the case of freeing we must remember the next object
135 next = &((*rp)->pml_next);
138 rp = (freeing) ? next : &((*rp)->pml_next);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-arc.c25 #define ARC(mach, print_name, default_p, next) \
38 next, \
66 for (p = &bfd_arc_arch; p != NULL; p = p->next)
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dxatexit.c51 struct xatexit *next; /* next in list */ member in struct:xatexit
52 int ind; /* next index in this table */
81 p->next = xatexit_head;
96 for (p = xatexit_head; p; p = p->next)

Completed in 328 milliseconds

1234567891011>>