Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk1.c1575 regmatch_t *mbsub = NULL; in int_regwexec() local
1583 if ((mbsub = malloc(nsub * sizeof (regmatch_t))) == NULL) in int_regwexec()
1589 i = regexec(&rcp->re, mbs, nsub, mbsub, flags); in int_regwexec()
1592 if (i == REG_OK && nsub > 0 && mbsub) { in int_regwexec()
1596 regmatch_t *ms = &mbsub[j]; in int_regwexec()
1611 if (mbsub) in int_regwexec()
1612 free(mbsub); in int_regwexec()