Home
last modified time | relevance | path

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

/dports/misc/vifm/vifm-0.11/src/ui/
H A Dcolor_manager.c31 static int color_pair_matches(int pair, int fg, int bg);
124 if(color_pair_matches(i, fg, bg)) in find_pair()
136 color_pair_matches(int pair, int fg, int bg) in color_pair_matches() function