Home
last modified time | relevance | path

Searched refs:filterpat (Results 1 – 25 of 58) sorted by relevance

123

/dports/shells/bash/bash-5.1/
H A Dpcomplib.c66 ret->filterpat = (char *)NULL; in compspec_create()
85 FREE (cs->filterpat);
110 new->filterpat = STRDUP (cs->filterpat);
H A Dpcomplete.c293 filter_stringlist (sl, filterpat, text) in filter_stringlist() argument
295 char *filterpat;
305 npat = shouldexp_filterpat (filterpat) ? preproc_filterpat (filterpat, text) : filterpat;
325 if (npat != filterpat)
1474 if (cs->filterpat)
1476 tmatches = filter_stringlist (ret, cs->filterpat, word);
1480 debug_printf ("filter_stringlist (%p, %s, %s) -->", ret, cs->filterpat, word);
H A Dpcomplete.h39 char *filterpat; member
/dports/shells/psh/psh-1.8.1/lib/Psh/
H A DPCompletion.pm279 if (defined $cs->{filterpat}) {
280 my $pat = $cs->{filterpat};
347 $cs{filterpat} = Psh::Parser::unquote(shift @{$ar});
/dports/shells/psh/psh-1.8.1/lib/Psh/Builtins/
H A DComplete.pm147 print " -X \'$cs->{filterpat}\'" if defined $cs->{filterpat};
/dports/shells/bash/bash-5.1/builtins/
H A Dcomplete.def26 …] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S…
462 cs->filterpat = STRDUP (Xarg);
573 print_arg (cs->filterpat, "-X", 1);
645 …] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S…
704 cs->filterpat = STRDUP (Xarg);
/dports/devel/avr-gdb/gdb-7.3.1/readline/doc/
H A Drluser.texi1661 [-P @var{prefix}] [-S @var{suffix}] [-X @var{filterpat}] [-F @var{function}]
1822 @item -X @var{filterpat}
1823 @var{filterpat} is a pattern as used for filename expansion.
1826 @var{filterpat} is removed from the list.
1827 A leading @samp{!} in @var{filterpat} negates the pattern; in this
1828 case, any completion not matching @var{filterpat} is removed.
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/doc/
H A Drluser.texinfo1621 [-P @var{prefix}] [-S @var{suffix}] [-X @var{filterpat}] [-F @var{function}]
1772 @item -X @var{filterpat}
1773 @var{filterpat} is a pattern as used for filename expansion.
1776 @var{filterpat} is removed from the list.
1777 A leading @samp{!} in @var{filterpat} negates the pattern; in this
1778 case, any completion not matching @var{filterpat} is removed.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/doc/
H A Drluser.texinfo1621 [-P @var{prefix}] [-S @var{suffix}] [-X @var{filterpat}] [-F @var{function}]
1772 @item -X @var{filterpat}
1773 @var{filterpat} is a pattern as used for filename expansion.
1776 @var{filterpat} is removed from the list.
1777 A leading @samp{!} in @var{filterpat} negates the pattern; in this
1778 case, any completion not matching @var{filterpat} is removed.
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/doc/
H A Drluser.texinfo1621 [-P @var{prefix}] [-S @var{suffix}] [-X @var{filterpat}] [-F @var{function}]
1772 @item -X @var{filterpat}
1773 @var{filterpat} is a pattern as used for filename expansion.
1776 @var{filterpat} is removed from the list.
1777 A leading @samp{!} in @var{filterpat} negates the pattern; in this
1778 case, any completion not matching @var{filterpat} is removed.
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/doc/
H A Drluser.texinfo1621 [-P @var{prefix}] [-S @var{suffix}] [-X @var{filterpat}] [-F @var{function}]
1772 @item -X @var{filterpat}
1773 @var{filterpat} is a pattern as used for filename expansion.
1776 @var{filterpat} is removed from the list.
1777 A leading @samp{!} in @var{filterpat} negates the pattern; in this
1778 case, any completion not matching @var{filterpat} is removed.
/dports/databases/gqlplus/gqlplus-1.16/readline/doc/
H A Drluser.texinfo1621 [-P @var{prefix}] [-S @var{suffix}] [-X @var{filterpat}] [-F @var{function}]
1772 @item -X @var{filterpat}
1773 @var{filterpat} is a pattern as used for filename expansion.
1776 @var{filterpat} is removed from the list.
1777 A leading @samp{!} in @var{filterpat} negates the pattern; in this
1778 case, any completion not matching @var{filterpat} is removed.
/dports/security/openconnect/openconnect-8.10/
H A Dmain.c1123 int prefixlen, const char *filterpat) in autocomplete_special() argument
1126 printf("%s\n", filterpat ? : "''"); in autocomplete_special()
/dports/devel/gdb761/gdb-7.6.1/readline/doc/
H A Drluser.texi1818 [-F @var{function}] [-C @var{command}] [-X @var{filterpat}]
1995 @item -X @var{filterpat}
1996 @var{filterpat} is a pattern as used for filename expansion.
1999 @var{filterpat} is removed from the list.
2000 A leading @samp{!} in @var{filterpat} negates the pattern; in this
2001 case, any completion not matching @var{filterpat} is removed.
/dports/shells/bash/bash-5.1/lib/readline/doc/
H A Drluser.texi2061 [-W @var{wordlist}] [-F @var{function}] [-C @var{command}] [-X @var{filterpat}]
2257 @item -X @var{filterpat}
2258 @var{filterpat} is a pattern as used for filename expansion.
2261 @var{filterpat} is removed from the list.
2262 A leading @samp{!} in @var{filterpat} negates the pattern; in this
2263 case, any completion not matching @var{filterpat} is removed.
/dports/devel/gdb/gdb-11.1/readline/readline/doc/
H A Drluser.texi2061 [-W @var{wordlist}] [-F @var{function}] [-C @var{command}] [-X @var{filterpat}]
2257 @item -X @var{filterpat}
2258 @var{filterpat} is a pattern as used for filename expansion.
2261 @var{filterpat} is removed from the list.
2262 A leading @samp{!} in @var{filterpat} negates the pattern; in this
2263 case, any completion not matching @var{filterpat} is removed.
/dports/devel/readline/readline-8.1/doc/
H A Drluser.texi2061 [-W @var{wordlist}] [-F @var{function}] [-C @var{command}] [-X @var{filterpat}]
2257 @item -X @var{filterpat}
2258 @var{filterpat} is a pattern as used for filename expansion.
2261 @var{filterpat} is removed from the list.
2262 A leading @samp{!} in @var{filterpat} negates the pattern; in this
2263 case, any completion not matching @var{filterpat} is removed.
/dports/devel/cscope/cscope-15.9/contrib/
H A Dcctree.vim1207 my $filterpat = VIM::Eval("afltr");
1210 #VIM::DoCommand("echomsg '".$filterpat."'");
1216 if ($_ !~ $filterpat) {
/dports/shells/bash/bash-5.1/po/
H A Dko.po2532 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2536 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2543 "F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2546 "[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
H A Del.po2488 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2492 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2499 "F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2502 "[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
H A Dja.po2550 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2554 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2561 "F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2564 "[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
H A Dzh_TW.po2536 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2546 "F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2549 "[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
H A Den@boldquot.po2563 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2567 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2573 "F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2576 "F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
H A Den@quot.po2550 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2554 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2560 "F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2563 "F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
H A Did.po2572 "W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2576 "W daftar kata] [-F fungsi] [-C perintah] [-X filterpat] [-P prefix] [-S "
2583 "F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2586 "F fungsi] [-C perintah] [-X filterpat] [-P prefix] [-S suffix] [word]"

123