Home
last modified time | relevance | path

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

/dports/games/mangband/mangband-1.5.3/src/server/
H A Dutil.c3088 if (p_ptr->cur_hgt >= MAX_TXT_INFO-1) in text_out_done()
3125 for (j = 0; j < MAX_TXT_INFO; j++) in text_out_save()
3140 for (j = 0; j < MAX_TXT_INFO; j++) in text_out_load()
3178 if (p_ptr->cur_hgt >= MAX_TXT_INFO-1) break; in text_out_c()
3286 if (row > MAX_TXT_INFO) return; in c_prt()
3317 while (row < MAX_TXT_INFO) in clear_from()
H A Dfiles.c1371 if ((p_ptr->interactive_line+20 > p_ptr->interactive_next+MAX_TXT_INFO) in file_peruse_next()
1374 next = p_ptr->interactive_line - MAX_TXT_INFO / 2; in file_peruse_next()
1378 if (next > p_ptr->interactive_size - MAX_TXT_INFO) in file_peruse_next()
1379 next = p_ptr->interactive_size - MAX_TXT_INFO; in file_peruse_next()
1552 if (i >= MAX_TXT_INFO) continue; in copy_file_info()
H A Dcmd4.c287 for (i = 0; i < MAX_TXT_INFO; i++) in display_houses()
1110 for (i = 0; i < MAX_TXT_INFO; i++) in do_cmd_knowledge()
H A Dtables.c501 20, 80, MAX_TXT_INFO, 80,
507 20, 80, MAX_TXT_INFO, 80,
H A Dspells2.c589 static cptr s_info[MAX_TXT_INFO]; /* Temp storage of *ID* and Self Knowledge info */ in self_knowledge()
/dports/games/mangband/mangband-1.5.3/src/common/
H A Ddefines.h63 #define MAX_TXT_INFO 300 macro
H A Dtypes.h1413 cave_view_type info[MAX_TXT_INFO][MAX_WID];
1414 cave_view_type file[MAX_TXT_INFO][MAX_WID];