Searched refs:tcbp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/games/gomoku/
H A Dpickmove.c966 struct combostr *tcbp; local
977 for (; (tcbp = cbp->c_link[1]) != NULL; cbp = cbp->c_link[0]) {
993 spot_index s = tcbp->c_vertex;
995 int d = dd[tcbp->c_dir];
1013 board[tcbp->c_vertex].s_flags |= FFLAG << tcbp->c_dir;
1084 struct combostr *tcbp, *lcbp; local
1104 for (; (tcbp = cbp->c_link[1]) != NULL;
1106 if (tcbp == fcbp)
1109 /* check for intersection of 'tcbp' wit
1331 struct combostr *tcbp; local
1466 struct combostr *tcbp; local
[all...]
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Diptests.c1104 struct tcpcb *tcbp, tcb; local
1135 if (!(tcbp = find_tcp(fd, &ti))) {
1139 KMCPY(&tcb, tcbp, sizeof(tcb));

Completed in 183 milliseconds