Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dsearch.c150 static lbool is_ucase(constant char *str) in is_ucase() function
186 info->is_ucase_pattern = (pattern == NULL) ? FALSE : is_ucase(pattern); in set_pattern()