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

  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 68 REPL_LOWERCASE_FIRST = 8,
69 REPL_MODIFIERS = REPL_UPPERCASE_FIRST | REPL_LOWERCASE_FIRST,
74 REPL_LOWERCASE_UPPERCASE = REPL_LOWERCASE_FIRST | REPL_UPPERCASE,
75 REPL_LOWERCASE_LOWERCASE = REPL_LOWERCASE_FIRST | REPL_LOWERCASE
execute.c 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;
    [all...]
compile.c 847 repl_type |= REPL_LOWERCASE_FIRST;
    [all...]

Completed in 178 milliseconds