Home
last modified time | relevance | path

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

/external/syslinux/com32/include/
Dmenu.h159 bool allowedit; member
/external/syslinux/com32/menu/
Dreadconfig.c182 m->allowedit = parent->allowedit; in new_menu()
206 m->allowedit = true; /* Allow edits of the command line */ in new_menu()
1046 m->allowedit = !!atoi(skipspace(p + 12)); in parse_config_file()
Dmenumain.c336 if (edit_line && cm->allowedit && !cm->menu_master_passwd) in draw_menu()
1039 if (cm->allowedit && me->action == MA_CMD) { in run_menu()
1071 } else if (cm->allowedit) { in run_menu()
/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c213 m->allowedit = parent->allowedit; in new_menu()
236 m->allowedit = true; /* Allow edits of the command line */ in new_menu()