Home
last modified time | relevance | path

Searched refs:ccol (Results 1 – 4 of 4) sorted by relevance

/dragonfly/games/boggle/boggle/
H A Dmach.c57 static int ccol, crow, maxw; variable
239 move(crow, ccol); in get_line()
339 ccol = LIST_COL; in startwords()
359 ccol += (maxw + 5); in addword()
362 move(crow, ccol); in addword()
365 move(++crow, ccol); in addword()
378 move(crow, ccol); in badword()
398 move(crow, ccol); in showword()
403 move(crow, ccol); in showword()
503 move(crow, ccol); in showstr()
[all …]
/dragonfly/contrib/byacc/
H A Dwarshall.c25 unsigned *ccol = cword; in transitive_closure() local
31 if (*ccol & (1U << i)) in transitive_closure()
43 ccol += rowsize; in transitive_closure()
/dragonfly/games/rogue/
H A Dmove.c620 short crow = rogue.row, ccol = rogue.col, turns = 0; in turn_passage() local
623 if ((dir != 'h') && can_turn(crow, ccol + 1)) { in turn_passage()
627 if ((dir != 'l') && can_turn(crow, ccol - 1)) { in turn_passage()
631 if ((dir != 'k') && can_turn(crow + 1, ccol)) { in turn_passage()
635 if ((dir != 'j') && can_turn(crow - 1, ccol)) { in turn_passage()
/dragonfly/games/tetris/
H A Dscreen.c364 int i, ccol, j; in scr_update() local
422 ccol = -1; in scr_update()
427 if (i != ccol) { in scr_update()
442 ccol = i + 1; in scr_update()