Searched refs:MAX_TXT_INFO (Results 1 – 7 of 7) sorted by relevance
3088 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()
1371 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()
287 for (i = 0; i < MAX_TXT_INFO; i++) in display_houses()1110 for (i = 0; i < MAX_TXT_INFO; i++) in do_cmd_knowledge()
501 20, 80, MAX_TXT_INFO, 80,507 20, 80, MAX_TXT_INFO, 80,
589 static cptr s_info[MAX_TXT_INFO]; /* Temp storage of *ID* and Self Knowledge info */ in self_knowledge()
63 #define MAX_TXT_INFO 300 macro
1413 cave_view_type info[MAX_TXT_INFO][MAX_WID];1414 cave_view_type file[MAX_TXT_INFO][MAX_WID];