Home
last modified time | relevance | path

Searched refs:repl_type (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c764 r->repl_type = type;
780 enum replacement_types repl_type = REPL_ASIS, save_type = REPL_ASIS; local
797 new_replacement(base, CAST(size_t)(p - base), repl_type);
799 repl_type = save_type;
824 repl_type = REPL_LOWERCASE;
829 repl_type = REPL_UPPERCASE;
834 repl_type = REPL_ASIS;
839 save_type = repl_type;
840 repl_type |= REPL_LOWERCASE_FIRST;
844 save_type = repl_type;
[all …]
Dsed.h118 enum replacement_types repl_type; member
Dexecute.c1141 curr_type = (p->repl_type & REPL_MODIFIERS)
1142 ? p->repl_type
1143 : p->repl_type | repl_mod;
1155 if (regs->end[i] == regs->start[i] && p->repl_type & REPL_MODIFIERS)