Home
last modified time | relevance | path

Searched refs:selbox_type_t (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/multitail/multitail-6.5.0/
H A Dselbox.c58 char generate_string(char *whereto, void **list, selbox_type_t type, int wcols, int index) in generate_string()
81 int find_sb_string(void **list, selbox_type_t type, int nentries, char *compare_string) in find_sb_string()
98 int selection_box(void **list, char *needs_mark, int nlines, selbox_type_t type, int what_help, cha… in selection_box()
H A Dmt.h117 typedef enum { SEL_WIN = 1, SEL_SUBWIN, SEL_FILES, SEL_CSCHEME, SEL_HISTORY } selbox_type_t; typedef