Home
last modified time | relevance | path

Searched refs:help_button_history (Results 1 – 3 of 3) sorted by relevance

/dports/games/lincity/lincity-1.13.1/
H A Dlchelp.c75 && (strcmp (help_button_history[help_history_count - 1], in draw_help_page()
90 strcpy (helppage, help_button_history[help_history_count - 2]); in draw_help_page()
97 strcmp (help_button_history[help_history_count - 1], in draw_help_page()
151 strcmp (help_button_history[help_history_count - 1], in draw_help_page()
167 strcmp (help_button_history[help_history_count - 1], in draw_help_page()
191 strcmp (help_button_history[help_history_count - 1], in draw_help_page()
213 strcmp (help_button_history[help_history_count - 1], in draw_help_page()
240 strcmp (help_button_history[help_history_count - 1], in draw_help_page()
262 strcmp (help_button_history[help_history_count - 1], in draw_help_page()
376 strcpy (help_button_history[i], help_button_history[i + 1]); in draw_help_page()
[all …]
H A Dcliglobs.c106 char help_button_history[MAX_HELP_HISTORY][MAX_LENOF_HELP_FILENAME]; variable
H A Dcliglobs.h129 extern char help_button_history[MAX_HELP_HISTORY][MAX_LENOF_HELP_FILENAME];