HomeSort by relevance Sort by last modified time
    Searched refs:REPL_MODIFIERS (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 69 REPL_MODIFIERS = REPL_UPPERCASE_FIRST | REPL_LOWERCASE_FIRST,
execute.c 1148 curr_type = (p->repl_type & REPL_MODIFIERS)
1157 curr_type &= ~REPL_MODIFIERS;
1162 if (regs->end[i] == regs->start[i] && p->repl_type & REPL_MODIFIERS)
1166 repl_mod = curr_type & REPL_MODIFIERS;
    [all...]

Completed in 125 milliseconds