Home
last modified time | relevance | path

Searched refs:max_panel_rows (Results 1 – 18 of 18) sorted by relevance

/dports/games/moria/umoria/source/
H A Dvariable.c83 int16 max_panel_rows,max_panel_cols; variable
H A Dgenerate.c1498 max_panel_rows = (cur_height/SCREEN_HEIGHT)*2 - 2; in generate_cave()
1500 panel_row = max_panel_rows; in generate_cave()
1508 max_panel_rows = (cur_height/SCREEN_HEIGHT)*2 - 2; in generate_cave()
1510 panel_row = max_panel_rows; in generate_cave()
H A Dmisc1.c247 if (prow > max_panel_rows)
248 prow = max_panel_rows;
H A Dexterns.h106 extern int16 max_panel_rows, max_panel_cols;
H A Dsave.c372 wr_short((int16u)max_panel_rows); in sv_write()
1088 rd_short((int16u *)&max_panel_rows);
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dcmd3.c1730 if (y2 > p_ptr->max_panel_rows) y2 = p_ptr->max_panel_rows; in do_cmd_locate()
H A Dxtra2.c3181 if (prow > p_ptr->max_panel_rows) prow = p_ptr->max_panel_rows; in verify_panel()
3223 p_ptr->max_panel_rows = (MAX_HGT / p_ptr->screen_hgt) * 2 - 2; in setup_panel()
3228 while (MAX_HGT * 2 - (p_ptr->max_panel_rows + 2) * p_ptr->screen_hgt > 0) p_ptr->max_panel_rows++; in setup_panel()
3239 if (p_ptr->panel_row > p_ptr->max_panel_rows) p_ptr->panel_row = p_ptr->max_panel_rows; in setup_panel()
3263 if (y2 > p_ptr->max_panel_rows) y2 = p_ptr->max_panel_rows; in adjust_panel()
H A Ddungeon.c2253 if (p_ptr->panel_row > p_ptr->max_panel_rows) p_ptr->panel_row = p_ptr->max_panel_rows; in dungeon()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dbirth.c2511 p_ptr->max_panel_rows = MAX_PANEL_ROWS_L; in player_setup()
2520 p_ptr->max_panel_rows = MAX_PANEL_ROWS; in player_setup()
2531 if (p_ptr->max_panel_rows < 0) p_ptr->max_panel_rows = 0; in player_setup()
H A Dcmd3.c3392 if (y2 > p_ptr->max_panel_rows) y2 = p_ptr->max_panel_rows;
H A Dplayer.pre341 s16b max_panel_rows;
H A Dxtra2.c9012 if (p_ptr->panel_row > p_ptr->max_panel_rows) p_ptr->panel_row = p_ptr->max_panel_rows;
9105 if (prow > p_ptr->max_panel_rows) prow = p_ptr->max_panel_rows;
9223 if (prow > p_ptr->max_panel_rows) prow = p_ptr->max_panel_rows;
H A Ddungeon.c6383 p_ptr->max_panel_rows = MAX_PANEL_ROWS;
6404 p_ptr->max_panel_rows = MAX_PANEL_ROWS_L;
6420 p_ptr->max_panel_rows = MAX_PANEL_ROWS;
6431 if (p_ptr->max_panel_rows < 0) p_ptr->max_panel_rows = 0;
H A Dnserver.c10660 p_ptr->max_panel_rows = MAX_PANEL_ROWS_L;
10664 p_ptr->max_panel_rows = MAX_PANEL_ROWS;
10668 if (p_ptr->max_panel_rows < 0) p_ptr->max_panel_rows = 0;
10673 if (p_ptr->panel_row > p_ptr->max_panel_rows) p_ptr->panel_row = p_ptr->max_panel_rows;
/dports/games/moria/umoria/
H A Dshortnam.sed169 s/max_panel_rows/Bmax_panel_rows/g
/dports/games/mangband/mangband-1.5.3/src/common/
H A Dtypes.h1394 s16b max_panel_rows; member
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dplayer.pre270 s16b max_panel_rows;
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h2186 s16b max_panel_rows, max_panel_cols; member