Searched refs:opt_lower (Results 1 – 1 of 1) sorted by relevance
79 static int opt_lower;275 toggle_option(curropt, opt_lower, cbuf, optflag); in exec_mca() 438 opt_lower = ASCII_IS_LOWER(p[0]); in mca_opt_nonfirst_char() 452 if (!opt_lower && ASCII_IS_LOWER(c)) in mca_opt_nonfirst_char() 511 opt_lower = ASCII_IS_LOWER(c); in mca_opt_char() 521 toggle_option(curropt, opt_lower, "", optflag); in mca_opt_char() 84 static int opt_lower; global() variable