TMALLOC 2412 regex.c bufp->regstart = TMALLOC(regnum, unsigned char*);
TMALLOC 2413 regex.c bufp->regend = TMALLOC(regnum, unsigned char*);
TMALLOC 2414 regex.c bufp->old_regstart = TMALLOC(regnum, unsigned char*);
TMALLOC 2415 regex.c bufp->old_regend = TMALLOC(regnum, unsigned char*);
TMALLOC 2416 regex.c bufp->reg_info = TMALLOC(regnum, register_info_type);
TMALLOC 2417 regex.c bufp->best_regstart = TMALLOC(regnum, unsigned char*);
TMALLOC 2418 regex.c bufp->best_regend = TMALLOC(regnum, unsigned char*);
TMALLOC 3440 regex.c regs->beg = TMALLOC(num_regs, int);
TMALLOC 3441 regex.c regs->end = TMALLOC(num_regs, int);
TMALLOC 4350 regex.c regs1->beg = TMALLOC(regs2->num_regs, int);
TMALLOC 4351 regex.c regs1->end = TMALLOC(regs2->num_regs, int);