Searched refs:esc (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexpand.c159 size_t esc = 0; local
162 esc++;
164 return esc;
473 int esc; local
484 esc = esclen(start, p);
485 if (!(esc % 2)) {
489 p -= esc + 1;
611 int esc = 0; local
629 if (--esc < 0) {
630 esc
1311 int esc; local
[all...]
/fuchsia/zircon/third_party/ulib/musl/src/regex/
H A Dfnmatch.c49 int esc = 0; local
58 esc = 1;
101 *step = k + esc;

Completed in 26 milliseconds