Searched refs:show_matches (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xedit/dist/
H A Dcommands.c685 int show_matches; local in function:FileCompletion
720 show_matches = SM_NEVER;
724 show_matches = SM_HINT;
728 show_matches = SM_ALWAYS;
731 show_matches = SM_NEVER;
739 show_matches = SM_NEVER;
832 else if (first || show_matches != SM_NEVER) {
851 if (show_matches != SM_NEVER) {
906 if (show_matches == SM_NEVER)
910 if (show_matches !
[all...]

Completed in 3 milliseconds