Searched defs:fkeyno (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/com32/elflink/ldlinux/
H A Dreadconfig.c734 static char *is_fkey(char *cmdstr, int *fkeyno) argument
749 *fkeyno = (no == 0) ? 10 : no - 1;
881 int fkeyno; local
1143 } else if ((ep = is_fkey(p, &fkeyno))) {
1145 if (m->fkeyhelp[fkeyno].textname) {
1146 refstr_put(m->fkeyhelp[fkeyno].textname);
1147 m->fkeyhelp[fkeyno].textname = NULL;
1149 if (m->fkeyhelp[fkeyno].background) {
1150 refstr_put(m->fkeyhelp[fkeyno].background);
1151 m->fkeyhelp[fkeyno]
[all...]
/external/syslinux/com32/menu/
H A Dreadconfig.c632 static char *is_fkey(char *cmdstr, int *fkeyno) argument
647 *fkeyno = (no == 0) ? 10 : no - 1;
656 int fkeyno = 0; local
967 } else if ((ep = is_fkey(p, &fkeyno))) {
969 if (m->fkeyhelp[fkeyno].textname) {
970 refstr_put(m->fkeyhelp[fkeyno].textname);
971 m->fkeyhelp[fkeyno].textname = NULL;
973 if (m->fkeyhelp[fkeyno].background) {
974 refstr_put(m->fkeyhelp[fkeyno].background);
975 m->fkeyhelp[fkeyno]
[all...]

Completed in 111 milliseconds