HomeSort by: relevance | last modified time | path
    Searched refs:gnext (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mit/lua/dist/src/
ltable.c 315 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(f) = cast_int((mp + gnext(mp)) - f); /* chain new position *
    [all...]
ltable.h 17 #define gnext(n) ((n)->u.next) macro
  /src/external/bsd/openldap/dist/servers/slapd/
backglue.c 1457 glue_Addrec *ga, *gnext = NULL; local
1466 for ( ga=ga_list; ga != NULL; ga = gnext ) {
1469 gnext = ga->ga_next;
1516 gnext = ga_list;
1525 ga_list = gnext;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 887 GroupAssertion *ga, *gnext; local
918 for ( ga = so->s_op->o_groups; ga; ga=gnext ) {
919 gnext = ga->ga_next;
  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 1120 struct got_entry *gnext; local
1129 for (g = *head; g != NULL; g = gnext)
1131 gnext = g->next;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 1120 struct got_entry *gnext; local
1129 for (g = *head; g != NULL; g = gnext)
1131 gnext = g->next;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 1119 struct got_entry *gnext; local
1128 for (g = *head; g != NULL; g = gnext)
1130 gnext = g->next;
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 1120 struct got_entry *gnext; local
1129 for (g = *head; g != NULL; g = gnext)
1131 gnext = g->next;

Completed in 41 milliseconds