regmatch_t         49 anacron/matchrx.c 	regmatch_t *sub_offsets;
regmatch_t         50 anacron/matchrx.c 	sub_offsets = malloc(sizeof(regmatch_t) * (n_sub + 1));
regmatch_t         53 anacron/matchrx.c 	memset(sub_offsets, 0, sizeof(regmatch_t) * (n_sub + 1));