Home
last modified time | relevance | path

Searched refs:gr_next (Results 1 – 25 of 29) sorted by relevance

12

/dports/net/unfs3/unfs3-0.9.22/contrib/nfsotpclient/mountclient/
H A Dmounttypes.py185 def __init__(self, ncl, gr_name=None, gr_next=None): argument
188 self.gr_next = gr_next
191 s = " gr_name=%s gr_next=%s" % (str(self.gr_name), str(self.gr_next))
196 assert_not_none(self, self.gr_name, self.gr_next)
198 self.packer.pack_groups(self.gr_next)
202 self.gr_next = self.unpacker.unpack_groups()
/dports/net/nss_ldap/nss_ldap-265/
H A Dirs-grp.c32 IRS_EXPORT struct group *gr_next (struct irs_gr *);
70 gr_next (struct irs_gr *this) in gr_next() function
112 gr->next = gr_next; in gr_pvtinit()
H A Dexports.aix8 gr_next
/dports/dns/libbind/libbind-6.0/irs/
H A Dirp_gr.c75 static struct group * gr_next(struct irs_gr *);
113 gr->next = gr_next; in irs_irp_gr()
145 gr_next(struct irs_gr *this) { in gr_next() function
H A Ddns_gr.c80 static struct group * gr_next(struct irs_gr *);
122 gr->next = gr_next; in irs_dns_gr()
149 gr_next(struct irs_gr *this) { in gr_next() function
H A Dlcl_gr.c109 static struct group * gr_next(struct irs_gr *);
147 gr->next = gr_next; in irs_lcl_gr()
175 gr_next(struct irs_gr *this) { in gr_next() function
H A Dnis_gr.c123 static struct group * gr_next(struct irs_gr *);
154 gr->next = gr_next; in irs_nis_gr()
180 gr_next(struct irs_gr *this) { in gr_next() function
H A Dgen_gr.c74 static struct group * gr_next(struct irs_gr *);
122 gr->next = gr_next; in irs_gen_gr()
144 gr_next(struct irs_gr *this) { in gr_next() function
/dports/games/edge/Edge-1.35-source/deh_edge/
H A Dframes.cc490 state_dyn[i].gr_next = S_NULL; in ResetAll()
530 assert(state_dyn[src].gr_next == S_NULL); in InstallRandomJump()
536 state_dyn[src].gr_next = first; in InstallRandomJump()
577 state_dyn[i].gr_next = next; in SpreadGroups()
635 if (states[first].nextstate != state_dyn[first].gr_next) in CheckSpawnRemove()
638 first = state_dyn[first].gr_next; in CheckSpawnRemove()
1052 bool is_last = (state_dyn[cur].gr_next == S_NULL); in OutputGroup()
1064 else if (next != state_dyn[cur].gr_next) in OutputGroup()
1091 cur = state_dyn[cur].gr_next; in OutputGroup()
H A Dinfo.h432 int gr_next; // next state in same group (incl. random-jumps) member
/dports/games/simutrans/simutrans-121.0/vehicle/
H A Dsimvehicle.h284 …virtual bool can_enter_tile(const grund_t *gr_next, sint32 &restart_speed, uint8 second_check_coun…
520 …bool can_enter_tile(const grund_t *gr_next, sint32 &restart_speed, uint8 second_check_count) OVERR…
571 bool can_enter_tile(const grund_t *gr_next, sint32 &restart_speed, uint8) OVERRIDE;
677 bool can_enter_tile(const grund_t *gr_next, sint32 &restart_speed, uint8) OVERRIDE;
754 bool can_enter_tile(const grund_t *gr_next, sint32 &restart_speed, uint8) OVERRIDE;
/dports/net/unfs3/unfs3-0.9.22/Config/
H A Dexports.y188 while (ne_iter->gr_next) in add_host()
189 ne_iter = (groups) ne_iter->gr_next; in add_host()
190 ne_iter->gr_next = ne_new; in add_host()
529 next = (groups) list->gr_next; in free_nfsgroups()
H A Dy.tab.c279 while (ne_iter->gr_next)
280 ne_iter = (groups) ne_iter->gr_next;
281 ne_iter->gr_next = ne_new;
2083 next = (groups) list->gr_next;
/dports/net/unfs3/unfs3-0.9.22/
H A Dmount.h66 groups gr_next; member
/dports/net/nfsshell/nfsshell-09cdd52/
H A Dmount.x38 groups gr_next; member
H A Dmount_xdr.c89 if (!xdr_groups (xdrs, &objp->gr_next)) in xdr_groupnode()
H A Dmount.h56 groups gr_next; member
/dports/net/libnfs/libnfs-libnfs-4.0.0/mount/
H A Dmount.x65 groups gr_next; member
H A Dlibnfs-raw-mount.c103 if (!zdr_groups (zdrs, &objp->gr_next)) in zdr_groupnode()
H A Dlibnfs-raw-mount.h85 groups gr_next; member
/dports/devel/kio-extras/kio-extras-21.12.3/nfs/
H A Drpc_nfs2_prot.x415 groups gr_next; member
H A Drpc_nfs3_prot.x911 groups3 gr_next; member
H A Drpc_nfs2_prot.h329 groups gr_next; member
H A Drpc_nfs2_prot_xdr.c790 if (!xdr_groups (xdrs, &objp->gr_next)) in xdr_groupnode()
H A Drpc_nfs3_prot.h983 groups3 gr_next; member

12