Home | History | Annotate | Download | only in sed

Lines Matching refs:REPL_LOWERCASE_FIRST

321       if (type & (REPL_UPPERCASE_FIRST | REPL_LOWERCASE_FIRST))
328 type &= ~(REPL_LOWERCASE_FIRST | REPL_UPPERCASE_FIRST);
367 else if (type & REPL_LOWERCASE_FIRST)
371 type &= ~REPL_LOWERCASE_FIRST;