Home
last modified time | relevance | path

Searched refs:igncase (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/tcsh/
H A Dtw.parse.c879 int numitems, int enhanced, int igncase) in recognize() argument
892 if (!enhanced && !igncase) { in recognize()
952 int igncase = 0; in tw_collect_items() local
1101 igncase = 1; in tw_collect_items()
1106 if (enhanced || igncase) { in tw_collect_items()
1190 enhanced, igncase)) in tw_collect_items()
H A DFixes537 2. Enable complete=igncase on unix (Stephen Krauth)