Lines Matching refs:fkeyhelp
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()
1151 m->fkeyhelp[fkeyno].background = NULL; in parse_config_file()
1154 refstr_put(m->fkeyhelp[fkeyno].textname); in parse_config_file()
1155 m->fkeyhelp[fkeyno].textname = refdup_word(&p); in parse_config_file()
1158 m->fkeyhelp[fkeyno].background = refdup_word(&p); in parse_config_file()