Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c1127 append_replacement (buf, p, regs, repl_mod) in append_replacement() argument
1131 enum replacement_types repl_mod;
1143 : p->repl_type | repl_mod;
1145 repl_mod = 0;
1159 repl_mod = curr_type & REPL_MODIFIERS;
1168 return repl_mod;
1215 enum replacement_types repl_mod = 0; local
1240 repl_mod = append_replacement (&s_accum, sub->replacement, &regs, repl_mod);