Home
last modified time | relevance | path

Searched refs:special_line_header (Results 1 – 6 of 6) sorted by relevance

/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-files.c1811 c_put_str(TERM_YELLOW, special_line_header, 0, 0); in show_popup()
1846 special_line_header[60] = '\0'; in show_remote_peruse()
1848 CLIENT_VERSION_MINOR, CLIENT_VERSION_PATCH, special_line_header), 0, 0); in show_remote_peruse()
1899 special_line_header[60] = '\0'; in show_file_peruse()
1901 CLIENT_VERSION_MINOR, CLIENT_VERSION_PATCH, special_line_header), 0, 0); in show_file_peruse()
H A Dc-variable.c106 char special_line_header[MAX_CHARS]; variable
H A Dc-externs.h140 extern char special_line_header[MAX_CHARS];
H A Dc-cmd.c69 strcpy(special_line_header, prompt); in cmd_custom()
H A Dc-xtra1.c2158 Term_putstr(0, 0, 80, TERM_YELLOW, special_line_header); in fix_special_info()
H A Dnet-client.c1649 my_strcpy(special_line_header, buf, MAX_CHARS); in recv_term_header()