Searched refs:sopno (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 103 sopno, sopno); 104 static const char *backref(struct match *, const char *, const char *, sopno, 105 sopno, sopno, int); 106 static const char *fast(struct match *, const char *, const char *, sopno, 107 sopno); 108 static const char *slow(struct match *, const char *, const char *, sopno, 109 sopno); 110 static states step(struct re_guts *, sopno, sopno, states, wint_t, states); 125 sopno, sopno); 161 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher() [all …]
|
H A D | regcomp.c | 67 sopno ssize; /* malloced strip size (allocated) */ 68 sopno slen; /* malloced strip length (used) */ 72 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ 73 sopno pend[NPAREN]; /* -> ) ([0] unused) */ 98 static void repeat(struct parse *p, sopno start, int from, int to); 106 static sopno dupl(struct parse *p, sopno start, sopno finish); 108 static void doinsert(struct parse *p, sop op, size_t opnd, sopno pos); 109 static void dofwd(struct parse *p, sopno pos, sop value); 110 static void enlarge(struct parse *p, sopno size); 116 static sopno pluscount(struct parse *p, struct re_guts *g); [all …]
|
H A D | regex2.h | 76 typedef int sopno; typedef 171 sopno nstates; /* = number of sops */ 172 sopno firststate; /* the initial OEND (normally 0) */ 173 sopno laststate; /* the final OEND */ 187 sopno nplus; /* how deep does it nest +s? */
|