Searched defs:nsub (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dregcmp.c41 int nsub; member in struct:__anon2608
71 int nsub; local
84 nsub = 0;
135 if (nsub <= j)
137 if (!nsub)
139 nsub = j + 1;
177 if (re->nsub = nsub)
178 memcpy(re->sub, sub, (nsub + 1) * sizeof(sub[0]));
196 for (n = 0; n < re->nsub;
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregex2.h185 size_t nsub; /* copy of re_nsub */ member in struct:re_guts
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1570 size_t nsub, /* number of subexpressions */
1582 if (nsub > 0 && sub) {
1583 if ((mbsub = malloc(nsub * sizeof (regmatch_t))) == NULL)
1589 i = regexec(&rcp->re, mbs, nsub, mbsub, flags);
1592 if (i == REG_OK && nsub > 0 && mbsub) {
1595 for (j = 0; j < nsub; j++) {
1568 int_regwexec(REGEXP r, const wchar_t *astring, size_t nsub, int_regwmatch_t *sub, int flags) argument
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h541 size_t nsub; /* internal re_nsub */ member in struct:reglib_s

Completed in 54 milliseconds