Home
last modified time | relevance | path

Searched refs:sopno (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c107 sopno, sopno);
109 sopno, sopno, int);
111 sopno startst, sopno stopst, bool fast);
112 static states step(struct re_guts *, sopno, sopno, states, wint_t, states);
127 sopno, sopno);
410 sopno stopst) in dissect()
593 sopno stopst, sopno lev, /* PLUS nesting level */ in backref()
915 sopno pc; in step()
917 sopno look; in step()
1026 sopno i; in print()
[all …]
H A Dregcomp.c68 sopno start;
69 sopno back;
70 sopno fwd;
138 static sopno dupl(struct parse *p, sopno start, sopno finish);
357 sopno pos; in p_ere_exp()
360 sopno subno; in p_ere_exp()
704 sopno pos; in p_simp_re()
707 sopno subno; in p_simp_re()
1168 sopno copy; in repeat()
1464 sopno sn; in doinsert()
[all …]
H A Dregex2.h74 typedef unsigned int sopno; typedef
174 sopno nstates; /* = number of sops */
175 sopno firststate; /* the initial OEND (normally 0) */
176 sopno laststate; /* the final OEND */
190 sopno nplus; /* how deep does it nest +s? */