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

/freebsd-12-stable/contrib/less/
H A Dcommand.c77 static int opt_lower; variable
265 toggle_option(curropt, opt_lower, cbuf, optflag);
418 opt_lower = ASCII_IS_LOWER(p[0]);
433 if (!opt_lower && ASCII_IS_LOWER(c))
492 opt_lower = ASCII_IS_LOWER(c);
502 toggle_option(curropt, opt_lower, "", optflag);

Completed in 103 milliseconds