Searched refs:WIM_LONGEST (Results 1 – 2 of 2) sorted by relevance
933 if (wim_flags[wim_index] & WIM_LONGEST) in cmdline_wildchar_complete()946 if (wim_flags[0] & WIM_LONGEST) in cmdline_wildchar_complete()971 if (wim_flags[0] == WIM_LONGEST && ccline.cmdpos == j) in cmdline_wildchar_complete()979 if (!(wim_flags[0] & WIM_LONGEST)) in cmdline_wildchar_complete()999 if (wim_flags[wim_index] & WIM_LONGEST) in cmdline_wildchar_complete()2578 new_wim_flags[idx] |= WIM_LONGEST; in check_opt_wim()
358 #define WIM_LONGEST 0x02 macro