re_fail_stack_ent_t  650 lib/regex_internal.h   struct re_fail_stack_ent_t *stack;
re_fail_stack_ent_t 1405 lib/regexec.c        struct re_fail_stack_ent_t *new_array;
re_fail_stack_ent_t 1406 lib/regexec.c        new_array = realloc (fs->stack, (sizeof (struct re_fail_stack_ent_t)
re_fail_stack_ent_t 1463 lib/regexec.c        fs->stack = re_malloc (struct re_fail_stack_ent_t, fs->alloc);