OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_next
(Results
1 - 12
of
12
) sorted by relevancy
/src/games/gomoku/
makemove.c
67
if (cbp->
c_next
== NULL)
71
sortframes[BLACK] = cbp->
c_next
;
73
sortframes[WHITE] = cbp->
c_next
;
74
cbp->
c_next
->c_prev = cbp->c_prev;
75
cbp->c_prev->
c_next
= cbp->
c_next
;
183
sortframes[us] = cbp->
c_next
= cbp->c_prev = cbp;
192
cbp1 = cbp1->
c_next
;
198
cbp->
c_next
= cbp1;
200
cbp1->c_prev->
c_next
= cbp
[
all
...]
pickmove.c
342
} while ((cbp = cbp->
c_next
) != ecbp);
403
ncbp = cbp->
c_next
;
637
} while ((cbp = cbp->
c_next
) != ecbp);
652
pcbp->
c_next
= cbp;
654
cbp->c_prev->
c_next
= ecbp;
1060
cbp->
c_next
= cbp;
1065
cbp->
c_next
= ncbp;
1068
pcbp->
c_next
= cbp;
1264
fcbp->
c_next
= fcbp->c_prev = fcbp;
1308
} while ((cbp = cbp->
c_next
) != ecbp)
[
all
...]
gomoku.h
158
struct combostr *
c_next
; /* list of combos at the same level */
member in struct:combostr
/src/usr.bin/rdist/
gram.y
382
for (prev = NULL, c = cmds; c!=NULL; prev = c, c = c->
c_next
) {
386
c = c->
c_next
;
403
nc->
c_next
= c;
407
prev->
c_next
= nc;
432
c->
c_next
= NULL;
436
last_cmd->
c_next
= c;
defs.h
122
struct cmd *
c_next
;
member in struct:cmd
docmd.c
85
for (c = cmds; c != NULL; c = c->
c_next
) {
/src/sys/arch/shark/shark/
scr.c
531
struct callout_t *
c_next
; /* next callout in queue */
3395
scrClkCallTodo.
c_next
= NULL;
3402
c->
c_next
= new;
3406
c->
c_next
= NULL;
3450
ASSERT(scrClkCallTodo.
c_next
== NULL);
3547
ASSERT(scrClkCallTodo.
c_next
== NULL);
3599
for (p1 = scrClkCallTodo.
c_next
; p1 != NULL; p1 = p1->
c_next
)
3617
while ((c = scrClkCallTodo.
c_next
) != NULL && c->c_time <= 0)
3622
scrClkCallTodo.
c_next
= c->c_next
530
struct callout_t *
c_next
; \/* next callout in queue *\/
member in struct:callout_t
[
all
...]
/src/sys/dev/fdt/
fdt_intr.c
59
LIST_ENTRY(fdtbus_interrupt_cookie)
c_next
;
155
LIST_FOREACH(c, &fdtbus_interrupt_cookies,
c_next
) {
241
LIST_INSERT_HEAD(&fdtbus_interrupt_cookies, c,
c_next
);
258
LIST_REMOVE(c,
c_next
);
289
LIST_REMOVE(c,
c_next
);
/src/sys/net/npf/
npf_conn.h
65
npf_conn_t *
c_next
;
member in union:npf_conn::__anon3ef5b76b010a
npf_conndb.c
252
atomic_store_relaxed(&con->
c_next
, head);
268
npf_conn_t *next = atomic_load_relaxed(&con->
c_next
); // union
/src/usr.bin/mail/
def.h
397
struct cond_stack_s *
c_next
;
member in struct:cond_stack_s
cmd3.c
968
csp->
c_next
= cond_stack;
982
cond_stack = csp->
c_next
;
Completed in 19 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025