OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:b_next
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/backgammon/backgammon/
move.c
57
struct BOARD *
b_next
; /* forward queue pointer */
member in struct:BOARD
281
qp->
b_next
= 0;
286
new->
b_next
= qp;
295
while (qp->
b_next
!= 0) {/* traverse queue */
296
result = bcomp(new, qp->
b_next
);
298
new->
b_next
= qp->
b_next
;
299
qp->
b_next
= new;
303
mvcheck(mm, qp->
b_next
, new);
307
qp = qp->
b_next
;
[
all
...]
/src/games/hunt/huntd/
hunt.h
119
BULLET *
b_next
;
member in struct:bullet_def
/src/sbin/fsck_ext2fs/
fsck.h
80
struct bufarea *
b_next
; /* free list queue */
member in struct:bufarea
/src/sbin/fsck_ffs/
fsck.h
108
struct bufarea *
b_next
; /* free list queue */
member in struct:bufarea
Completed in 325 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025