Home
last modified time | relevance | path

Searched refs:c_link (Results 1 – 7 of 7) sorted by relevance

/dragonfly/games/gomoku/
H A Dpickmove.c486 ncbp->c_link[0] = ocbp; in makecombo2()
487 ncbp->c_link[1] = fcbp; in makecombo2()
730 ncbp->c_link[0] = cbp; in makecombo()
835 *--cbpp = cbp->c_link[1]; in makeempty()
845 *--cbpp = cbp->c_link[0]; in makeempty()
973 for (; (tcbp = cbp->c_link[1]) != NULL; cbp = cbp->c_link[0]) { in updatecombo()
1335 for (; (tcbp = cbp->c_link[1]) != NULL; cbp = cbp->c_link[0]) { in printcombo()
1372 for (cbp = ocbp; (tcbp = cbp->c_link[1]) != NULL; cbp = cbp->c_link[0]) { in markcombo()
1375 *--cbpp = cbp->c_link[1]; in markcombo()
1385 *--cbpp = cbp->c_link[0]; in markcombo()
[all …]
H A Dgomoku.h179 struct combostr *c_link[2]; /* C:previous level or F:NULL */ member
/dragonfly/crypto/openssh/
H A Dssh-keyscan.c117 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */
420 TAILQ_INSERT_TAIL(&tq, &fdcon[s], c_link); in conalloc()
444 TAILQ_REMOVE(&tq, &fdcon[s], c_link); in confree()
453 TAILQ_REMOVE(&tq, &fdcon[s], c_link); in contouch()
456 TAILQ_INSERT_TAIL(&tq, &fdcon[s], c_link); in contouch()
626 c = TAILQ_NEXT(c, c_link); in conloop()
/dragonfly/usr.bin/cmp/
H A Dextern.h42 void c_link(const char *, off_t, const char *, off_t);
H A Dlink.c42 c_link(const char *file1, off_t skip1, const char *file2, off_t skip2) in c_link() function
H A Dcmp.c140 c_link(file1, skip1, file2, skip2); in main()
/dragonfly/tools/tools/netrate/kq_sendrecv/kq_sendcli/
H A Dkq_sendcli.c83 STAILQ_ENTRY(conn_ctx) c_link;
349 STAILQ_INSERT_TAIL(&ctx->t_conn, conn, c_link); in main()
373 STAILQ_INSERT_TAIL(&ctx->t_conn, conn, c_link); in main()
664 STAILQ_REMOVE_HEAD(&ctx->t_conn, c_link); in send_thread()