Searched refs:WIM_LIST (Results 1 – 2 of 2) sorted by relevance
927 && (wim_flags[wim_index] & WIM_LIST)) in cmdline_wildchar_complete()973 if ((wim_flags[wim_index] & WIM_LIST) in cmdline_wildchar_complete()993 && ((wim_flags[wim_index] & WIM_LIST) == 0)); in cmdline_wildchar_complete()2582 new_wim_flags[idx] |= WIM_LIST; in check_opt_wim()
359 #define WIM_LIST 0x04 macro