Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/gpxe/
Deditbox.h16 struct edit_box { struct
39 extern void init_editbox ( struct edit_box *box, char *buf, size_t len, argument
43 extern void draw_editbox ( struct edit_box *box ) __nonnull;
44 static inline int edit_editbox ( struct edit_box *box, int key ) __nonnull;
57 static inline int edit_editbox ( struct edit_box *box, int key ) { in edit_editbox()
/external/syslinux/gpxe/src/hci/tui/
Dlogin_ui.c53 struct edit_box username_box; in login_ui()
54 struct edit_box password_box; in login_ui()
55 struct edit_box *current_box = &username_box; in login_ui()
Dsettings_ui.c75 struct edit_box editbox;
/external/syslinux/gpxe/src/hci/mucurses/widgets/
Deditbox.c45 void init_editbox ( struct edit_box *box, char *buf, size_t len, in init_editbox()
65 void draw_editbox ( struct edit_box *box ) { in draw_editbox()