Searched refs:edit_box (Results 1 – 4 of 4) sorted by relevance
16 struct edit_box { struct39 extern void init_editbox ( struct edit_box *box, char *buf, size_t len, argument43 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()
53 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()
75 struct edit_box editbox;
45 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()