Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c1783 static int get_x11_thing(int get_title, int test_only);
1954 get_x11_title(int test_only) in get_x11_title() argument
1956 return get_x11_thing(TRUE, test_only); in get_x11_title()
1963 get_x11_icon(int test_only) in get_x11_icon() argument
1967 retval = get_x11_thing(FALSE, test_only); in get_x11_icon()
1970 if (oldicon == NULL && !test_only) in get_x11_icon()
1984 int test_only) in get_x11_thing() argument
2034 if (!test_only) in get_x11_thing()
2165 get_x11_title(int test_only UNUSED) in get_x11_title()
2171 get_x11_icon(int test_only) in get_x11_icon() argument
[all …]