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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 367 sopno ssub; /* start sop of subsubRE */ local
433 ssub = ss + 1;
436 if (slow(m, sp, rest, ssub, esub) != NULL) {
442 dissect(m, sp, rest, ssub, esub);
462 ssub = ss + 1;
467 sep = slow(m, ssp, rest, ssub, esub);
479 assert(slow(m, ssp, sep, ssub, esub) == rest);
485 dissect(m, ssp, sep, ssub, esub);
503 ssub = ss + 1;
507 if (slow(m, sp, rest, ssub, esub) == rest
573 sopno ssub; \/* start sop of subsubRE *\/ local
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 300 sopno ssub; /* start sop of subsubRE */ local
359 ssub = ss + 1;
362 if (slow(m, sp, rest, ssub, esub) != NULL) {
363 if (dissect(m, sp, rest, ssub, esub) != rest) {
384 ssub = ss + 1;
389 sep = slow(m, ssp, rest, ssub, esub);
401 assert(slow(m, ssp, sep, ssub, esub) == rest);
402 if (dissect(m, ssp, sep, ssub, esub) != sep) {
421 ssub = ss + 1;
425 if (slow(m, sp, rest, ssub, esub) == rest
480 sopno ssub; \/* start sop of subsubRE *\/ local
    [all...]

Completed in 708 milliseconds