Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1569 regmatch_t *mbsub = NULL; in int_regwexec() local
1577 if ((mbsub = malloc(nsub * sizeof (regmatch_t))) == NULL) in int_regwexec()
1583 i = regexec(&rcp->re, mbs, nsub, mbsub, flags); in int_regwexec()
1586 if (i == REG_OK && nsub > 0 && mbsub) { in int_regwexec()
1590 regmatch_t *ms = &mbsub[j]; in int_regwexec()
1605 if (mbsub) in int_regwexec()
1606 free(mbsub); in int_regwexec()