OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:row1
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/cobalt/stand/boot/
lcd.c
53
char
row1
[NCOLS];
member in struct:lcd_message
110
CSR_WRITE(lcd_base, DREG, message->
row1
[i]);
/src/games/rogue/
level.c
223
bottom_row =
ROW1
-1;
229
bottom_row =
ROW1
-1;
235
bottom_row =
ROW1
-1;
240
top_row =
ROW1
+1;
246
top_row =
ROW1
+1;
252
top_row =
ROW1
+1;
322
short
row1
, col1, row2, col2, dir;
local
330
put_door(&rooms[room1], LEFT, &
row1
, &col1);
335
put_door(&rooms[room1], RIGHT, &
row1
, &col1);
340
put_door(&rooms[room1], UPWARD, &
row1
, &col1)
[
all
...]
move.c
303
can_move(int
row1
, int col1, int row2, int col2)
308
if ((
row1
!= row2) && (col1 != col2)) {
309
if ((dungeon[
row1
][col1] & DOOR) || (dungeon[row2][col2] & DOOR)) {
312
if ((!dungeon[
row1
][col2]) || (!dungeon[row2][col1])) {
Completed in 45 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026