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

  /external/regex-re2/re2/
walker-inl.h 93 T WalkInternal(Regexp* re, T top_arg, bool use_copy);
156 bool use_copy) {
196 if (use_copy && s->n > 0 && sub[s->n - 1] == sub[s->n]) {
  /external/mksh/src/
edit.c 238 bool use_copy = false; local
262 use_copy = true;
274 pr_list(use_copy ? (char **)XPptrv(l) : words);
276 if (use_copy)
    [all...]

Completed in 66 milliseconds