Home
last modified time | relevance | path

Searched refs:refdup_word (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/menu/
Dreadconfig.c496 static const char *refdup_word(char **p) in refdup_word() function
749 m->menu_background = refdup_word(&p); in parse_config_file()
793 cptr->ansi = refdup_word(&p); in parse_config_file()
910 ld.kernel = refdup_word(&p); in parse_config_file()
919 ld.append = refdup_word(&p); /* Background */ in parse_config_file()
979 m->fkeyhelp[fkeyno].textname = refdup_word(&p); in parse_config_file()
982 m->fkeyhelp[fkeyno].background = refdup_word(&p); in parse_config_file()
989 file = refdup_word(&p); in parse_config_file()
/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c546 static const char *refdup_word(char **p) in refdup_word() function
823 file = refdup_word(&p); in do_include_menu()
861 file = refdup_word(&p); in do_include()
968 m->menu_background = refdup_word(&p); in parse_config_file()
988 cptr->ansi = refdup_word(&p); 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()