SEPSIZE
if ((rv = regexec(rep, str, SEPSIZE, prm, flags)) != REG_OK) {
if (i >= SEPSIZE) {
static regmatch_t rm[SEPSIZE]; /* ptr to list of RE matches */