Lines Matching refs:options
47 int options) in ExpandEscape() argument
55 if (options & WILD_HOME_REPLACE) in ExpandEscape()
58 if (options & WILD_ESCAPE) in ExpandEscape()
139 int options, // extra options for ExpandOne() in nextwild() argument
185 int use_options = options | in nextwild()
288 int options, in ExpandOne() argument
362 options) == FAIL) in ExpandOne()
368 if (!(options & WILD_SILENT) && (options & WILD_LIST_NOTFOUND)) in ExpandOne()
374 if (!(options & WILD_SILENT)) in ExpandOne()
380 ExpandEscape(xp, str, xp->xp_numfiles, xp->xp_files, options); in ExpandOne()
408 if (!(options & WILD_SILENT)) in ExpandOne()
410 else if (!(options & WILD_NO_BEEP)) in ExpandOne()
453 if (!(options & WILD_NO_BEEP)) in ExpandOne()
479 STRCAT(ss, (options & WILD_USE_NL) ? "\n" : " "); in ExpandOne()
1855 int options = WILD_ADD_SLASH|WILD_SILENT; in expand_cmdline() local
1875 options += WILD_ICASE; in expand_cmdline()
1878 if (ExpandFromContext(xp, file_str, matchcount, matches, options) == FAIL) in expand_cmdline()
1931 int options) // WILD_ flags in ExpandFromContext() argument
1939 if (options & WILD_LIST_NOTFOUND) in ExpandFromContext()
1941 if (options & WILD_ADD_SLASH) in ExpandFromContext()
1943 if (options & WILD_KEEP_ALL) in ExpandFromContext()
1945 if (options & WILD_SILENT) in ExpandFromContext()
1947 if (options & WILD_NOERROR) in ExpandFromContext()
1949 if (options & WILD_ALLLINKS) in ExpandFromContext()
1986 if (options & WILD_ICASE) in ExpandFromContext()
1994 if (p_csl[0] != NUL && (options & WILD_IGNORE_COMPLETESLASH) == 0) in ExpandFromContext()
2038 return ExpandBufnames(pat, num_file, file, options); in ExpandFromContext()
2041 return ExpandBufnames(pat, num_file, file, options | BUF_DIFF_FILTER); in ExpandFromContext()
2894 int options = WILD_SILENT | WILD_USE_NL | WILD_ADD_SLASH in f_getcompletion() local
2914 options |= WILD_ICASE; in f_getcompletion()
2918 options |= WILD_KEEP_ALL; in f_getcompletion()
2966 ExpandOne(&xpc, pat, NULL, options, WILD_ALL_KEEP); in f_getcompletion()