OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gnext
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mit/lua/dist/src/
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 27 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026