Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcvt.c93 if ((ops & CVT_TO_LC) && IS_UPPER(ch)) in cvt_text()
H A Dpattern.c155 char *cvt_pattern = (char*) ecalloc(1, cvt_length(strlen(pattern), CVT_TO_LC)); in compile_pattern()
156 cvt_text(cvt_pattern, pattern, NULL, NULL, CVT_TO_LC); in compile_pattern()
H A Dless.h620 #define CVT_TO_LC 01 /* Convert upper-case to lower-case */ macro
H A Dsearch.c234 ops |= CVT_TO_LC; in get_cvt_ops()