Home
last modified time | relevance | path

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

/dports/sysutils/multitail/multitail-6.5.0/
H A Dselbox.c69 else if (type == SEL_FILES) in generate_string()
133 else if (type == SEL_FILES) in selection_box()
377 index = selection_box((void **)list, isdir, list_n, SEL_FILES, what_help, NULL); in select_file()
H A Dmt.h117 typedef enum { SEL_WIN = 1, SEL_SUBWIN, SEL_FILES, SEL_CSCHEME, SEL_HISTORY } selbox_type_t; enumerator