Searched refs:edit_editbox (Results 1 – 3 of 3) sorted by relevance
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() function
115 edit_editbox ( current_box, key ); in login_ui()
211 return edit_editbox ( &widget->editbox, key ); in edit_setting()