Searched refs:fkeyhelp (Results 1 – 4 of 4) sorted by relevance
195 m->fkeyhelp[i].textname = refstr_get(parent->fkeyhelp[i].textname); in new_menu()196 m->fkeyhelp[i].background = in new_menu()197 refstr_get(parent->fkeyhelp[i].background); in new_menu()969 if (m->fkeyhelp[fkeyno].textname) { in parse_config_file()970 refstr_put(m->fkeyhelp[fkeyno].textname); in parse_config_file()971 m->fkeyhelp[fkeyno].textname = NULL; in parse_config_file()973 if (m->fkeyhelp[fkeyno].background) { in parse_config_file()974 refstr_put(m->fkeyhelp[fkeyno].background); in parse_config_file()975 m->fkeyhelp[fkeyno].background = NULL; in parse_config_file()978 refstr_put(m->fkeyhelp[fkeyno].textname); in parse_config_file()[all …]
437 if (cm->fkeyhelp[fkey].textname) in show_fkey()438 key = show_message_file(cm->fkeyhelp[fkey].textname, in show_fkey()439 cm->fkeyhelp[fkey].background); in show_fkey()
225 m->fkeyhelp[i].textname = refstr_get(parent->fkeyhelp[i].textname); in new_menu()226 m->fkeyhelp[i].background = in new_menu()227 refstr_get(parent->fkeyhelp[i].background); in new_menu()728 if (cm->fkeyhelp[fkey].textname) { in cat_help_file()730 get_msg_file((char *)cm->fkeyhelp[fkey].textname); in cat_help_file()1145 if (m->fkeyhelp[fkeyno].textname) { in parse_config_file()1146 refstr_put(m->fkeyhelp[fkeyno].textname); in parse_config_file()1147 m->fkeyhelp[fkeyno].textname = NULL; in parse_config_file()1149 if (m->fkeyhelp[fkeyno].background) { in parse_config_file()1150 refstr_put(m->fkeyhelp[fkeyno].background); in parse_config_file()[all …]
174 struct fkey_help fkeyhelp[12]; member