Home
last modified time | relevance | path

Searched refs:textname (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c225 m->fkeyhelp[i].textname = refstr_get(parent->fkeyhelp[i].textname); 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()
1154 refstr_put(m->fkeyhelp[fkeyno].textname); in parse_config_file()
1155 m->fkeyhelp[fkeyno].textname = refdup_word(&p); in parse_config_file()
/external/syslinux/com32/menu/
Dreadconfig.c195 m->fkeyhelp[i].textname = refstr_get(parent->fkeyhelp[i].textname); 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()
978 refstr_put(m->fkeyhelp[fkeyno].textname); in parse_config_file()
979 m->fkeyhelp[fkeyno].textname = refdup_word(&p); in parse_config_file()
Dmenumain.c437 if (cm->fkeyhelp[fkey].textname) in show_fkey()
438 key = show_message_file(cm->fkeyhelp[fkey].textname, in show_fkey()
/external/syslinux/com32/include/
Dmenu.h138 const char *textname; member