HomeSort by: relevance | last modified time | path
    Searched defs:beginp (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/regex/
engine.c 95 const char *beginp; /* start of string -- virtual NUL precedes */ member in struct:match
292 m->beginp = start;
626 ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) || \
633 (sp > m->beginp && ISWORD(*(sp-1)))) \
701 if (sp == m->beginp && (m->eflags & REG_NOTBOL) == 0)
713 if ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
735 if (((sp == m->beginp) && !ISWORD(*sp)) ||
790 assert(stop - m->beginp >= len);
906 if (start == m->offp || (start == m->beginp && !(m->eflags&REG_NOTBOL)))
engine.c 95 const char *beginp; /* start of string -- virtual NUL precedes */ member in struct:match
292 m->beginp = start;
626 ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) || \
633 (sp > m->beginp && ISWORD(*(sp-1)))) \
701 if (sp == m->beginp && (m->eflags & REG_NOTBOL) == 0)
713 if ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
735 if (((sp == m->beginp) && !ISWORD(*sp)) ||
790 assert(stop - m->beginp >= len);
906 if (start == m->offp || (start == m->beginp && !(m->eflags&REG_NOTBOL)))
engine.c 95 const char *beginp; /* start of string -- virtual NUL precedes */ member in struct:match
292 m->beginp = start;
626 ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) || \
633 (sp > m->beginp && ISWORD(*(sp-1)))) \
701 if (sp == m->beginp && (m->eflags & REG_NOTBOL) == 0)
713 if ((sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
735 if (((sp == m->beginp) && !ISWORD(*sp)) ||
790 assert(stop - m->beginp >= len);
906 if (start == m->offp || (start == m->beginp && !(m->eflags&REG_NOTBOL)))

Completed in 33 milliseconds