Searched refs:repl_type (Results 1 – 3 of 3) sorted by relevance
764 r->repl_type = type;780 enum replacement_types repl_type = REPL_ASIS, save_type = REPL_ASIS; local797 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 …]
118 enum replacement_types repl_type; member
1141 curr_type = (p->repl_type & REPL_MODIFIERS)1142 ? p->repl_type1143 : p->repl_type | repl_mod;1155 if (regs->end[i] == regs->start[i] && p->repl_type & REPL_MODIFIERS)