Searched refs:gnext (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dltable.c315 int nx = gnext(n);
505 gnext(n) = 0;
710 while (othern + gnext(othern) != mp) /* find previous */
711 othern += gnext(othern);
712 gnext(othern) = cast_int(f - othern); /* rechain to point to 'f' */
714 if (gnext(mp) != 0) {
715 gnext(f) += cast_int(mp - f); /* correct 'next' */
716 gnext(mp) = 0; /* now 'mp' is free */
722 if (gnext(mp) != 0)
723 gnext(
[all...]
H A Dltable.h17 #define gnext(n) ((n)->u.next) macro
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbackglue.c1401 glue_Addrec *ga, *gnext = NULL; local
1410 for ( ga=ga_list; ga != NULL; ga = gnext ) {
1413 gnext = ga->ga_next;
1459 gnext = ga_list;
1468 ga_list = gnext;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c879 GroupAssertion *ga, *gnext; local
903 for ( ga = so->s_op->o_groups; ga; ga=gnext ) {
904 gnext = ga->ga_next;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-spu.c1122 struct got_entry *gnext; local
1131 for (g = *head; g != NULL; g = gnext)
1133 gnext = g->next;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-spu.c1122 struct got_entry *gnext; local
1131 for (g = *head; g != NULL; g = gnext)
1133 gnext = g->next;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-spu.c1123 struct got_entry *gnext; local
1132 for (g = *head; g != NULL; g = gnext)
1134 gnext = g->next;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-spu.c1122 struct got_entry *gnext; local
1131 for (g = *head; g != NULL; g = gnext)
1133 gnext = g->next;

Completed in 474 milliseconds