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

/freebsd-10.0-release/contrib/less/
H A Dcvt.c98 if ((ops & CVT_TO_LC) && IS_UPPER(ch))
H A Dpattern.c133 cvt_pattern = (char*) ecalloc(1, cvt_length(strlen(pattern), CVT_TO_LC));
134 cvt_text(cvt_pattern, pattern, (int *)NULL, (int *)NULL, CVT_TO_LC);
H A Dless.h496 #define CVT_TO_LC 01 /* Convert upper-case to lower-case */ macro
H A Dsearch.c182 ops |= CVT_TO_LC;

Completed in 69 milliseconds