Lines Matching +defs:win +defs:entry
58 static BOOL menu_is_sub(MENTRY *entry) in menu_is_sub()
68 static BOOL menu_is_option(MENTRY *entry) in menu_is_option()
73 static BOOL menu_is_toggle(MENTRY *entry) in menu_is_toggle()
78 static BOOL menu_is_int(MENTRY *entry) in menu_is_int()
83 static BOOL menu_is_str(MENTRY *entry) in menu_is_str()
88 static BOOL menu_has_sub(MENTRY *entry) in menu_has_sub()
106 static char *get_text(MENTRY *entry, int width) in get_text()
210 static void menu_do_repaint(MWINDOW * win, int diff) in menu_do_repaint()
279 static BOOL menu_repaint(MWINDOW * win) in menu_repaint()
325 static BOOL menu_do_select(MWINDOW * win) in menu_do_select()
328 MENTRY *entry = &m->entries[m->cur]; in menu_do_select() local
424 static BOOL menu_handle_key(MWINDOW * win, int ch) in menu_handle_key()
480 static void menu_handle_resize(MWINDOW * win, int dx, int dy) in menu_handle_resize()
512 MWINDOW *win; in menu_open() local
513 char *entry; in menu_open() local