HomeSort by: relevance | last modified time | path
    Searched refs:sopno (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/regex/
regex2.h 80 typedef uint32_t sopno; typedef in typeref:typename:uint32_t
182 sopno nstates; /* = number of sops */
183 sopno firststate; /* the initial OEND (normally 0) */
184 sopno laststate; /* the final OEND */
198 sopno nplus; /* how deep does it nest +s? */
engine.c 114 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst);
115 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev, int);
116 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, bool fast);
117 static states step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft, int sflags);
136 static void at(struct match *m, const char *title, const char *start, const char *stop, sopno startst, sopno stopst)
    [all...]
regcomp.c 91 sopno start;
92 sopno back;
93 sopno fwd;
111 sopno ssize; /* malloced strip size (allocated) */
112 sopno slen; /* malloced strip length (used) */
116 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */
117 sopno pend[NPAREN]; /* -> ) ([0] unused) */
162 static void repeat(struct parse *p, sopno start, int from, int to);
170 static sopno dupl(struct parse *p, sopno start, sopno finish)
    [all...]
  /src/tests/lib/libc/regex/
debug.c 97 sopno offset = 2;

Completed in 39 milliseconds