Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dwalker-inl.h93 T WalkInternal(Regexp* re, T top_arg, bool use_copy);
156 bool use_copy) { in WalkInternal() argument
196 if (use_copy && s->n > 0 && sub[s->n - 1] == sub[s->n]) { in WalkInternal()
/external/mksh/src/
Dedit.c228 bool use_copy = false; in x_print_expansions() local
252 use_copy = true; in x_print_expansions()
264 pr_list(use_copy ? (char **)XPptrv(l) : words); in x_print_expansions()
266 if (use_copy) in x_print_expansions()