Searched refs:nextp (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dlists2.h18 #define SLLPTROFF(type,item,nextp) ((typeof(item))(((char *)(item)) + offsetof(item, nextp)))
19 #define SLLITEM2PTR(type,item,nextp) ((typeof(item))(((char *)(item)) + offsetof(item, nextp)))
20 #define SLLPTR2ITEM(type,ptr,nextp) ((typeof(ptr))(((char *)(ptr)) - offsetof(ptr, nextp)))
21 #define SLLNEXT(type,item,nextp) (*(typeof(item))(((char *)(item)) + offsetof(item, nextp)))
/haiku-fatelf/src/system/libroot/posix/glibc/misc/
H A Dtsearch.c244 node *nextp; local
256 nextp = rootp;
257 while (*nextp != NULL)
269 nextp = r < 0 ? &root->left : &root->right;
270 if (*nextp == NULL)
275 rootp = nextp;
284 *nextp = q; /* link new node to old */
289 if (nextp != rootp)
292 maybe_split_for_insert (nextp, rootp, parentp, r, p_r, 1);
/haiku-fatelf/src/bin/less/
H A Dlinenum.c132 register struct linenum_info *nextp; local
144 nextp = p;
169 new->next = nextp;
174 nextp->prev = new;
181 calcgap(nextp);
/haiku-fatelf/src/bin/gawk/
H A Dnode.c404 np->nextp = np + 1;
407 np->nextp = NULL;
409 nextfree = nextfree->nextp;
428 it->nextp = nextfree;
H A Dawk.h518 #define nextp sub.nodep.l.lptr macro
742 #define getnode(n) if (nextfree) n = nextfree, nextfree = nextfree->nextp;\
746 (n)->exec_count = 0, (n)->nextp = nextfree, nextfree = (n))
749 (n)->nextp = nextfree, nextfree = (n))
/haiku-fatelf/src/tools/docbook/libxml2/
H A Ddict.c501 xmlDictStringsPtr pool, nextp; local
544 nextp = pool->next;
546 pool = nextp;
/haiku-fatelf/src/system/libroot/posix/glibc/string/bits/
H A Dstring2.h1076 # define __strtok_r(s, sep, nextp) \
1080 ? __strtok_r_1c (s, ((__const char *) (sep))[0], nextp) \
1081 : __strtok_r (s, sep, nextp)) \
1082 : __strtok_r (s, sep, nextp)))
1109 # define strtok_r(s, sep, nextp) __strtok_r (s, sep, nextp)
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dkctrl.c395 struct bukRec *nextp; local
399 nextp = p->next;
400 if (nextp) {
401 freeBukRecs(nextp);
H A Dkeydef.c529 struct seq_struct *nextp; local
533 nextp = p->next;
535 p = nextp;

Completed in 106 milliseconds