Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.parse.c875 int numitems, int enhanced, int igncase) in recognize() argument
888 if (!enhanced && !igncase) { in recognize()
948 int igncase = 0; in tw_collect_items() local
1097 igncase = 1; in tw_collect_items()
1102 if (enhanced || igncase) { in tw_collect_items()
1186 enhanced, igncase)) in tw_collect_items()
H A DFixes583 2. Enable complete=igncase on unix (Stephen Krauth)