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

  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 771 r->repl_type = type;
787 enum replacement_types repl_type = REPL_ASIS, save_type = REPL_ASIS;
804 new_replacement(base, CAST(size_t)(p - base), repl_type);
806 repl_type = save_type;
831 repl_type = REPL_LOWERCASE;
836 repl_type = REPL_UPPERCASE;
841 repl_type = REPL_ASIS;
846 save_type = repl_type;
847 repl_type |= REPL_LOWERCASE_FIRST;
851 save_type = repl_type;
780 enum replacement_types repl_type = REPL_ASIS, save_type = REPL_ASIS; local
    [all...]
sed.h 118 enum replacement_types repl_type; member in struct:replacement
execute.c 1148 curr_type = (p->repl_type & REPL_MODIFIERS)
1149 ? p->repl_type
1150 : p->repl_type | repl_mod;
1162 if (regs->end[i] == regs->start[i] && p->repl_type & REPL_MODIFIERS)
    [all...]

Completed in 179 milliseconds