Searched refs:regexp_p (Results 1 – 2 of 2) sorted by relevance
74 new_p->regexp_p = NULL; in spec()77 new_p->regexp_p = compile(str_p, NULL, NULL); in spec()78 if (!new_p->regexp_p) { in spec()119 if (spec_p->regexp_p) in spec_destroy()120 free(spec_p->regexp_p); in spec_destroy()126 if (list_p->regexp_p) in spec_destroy()127 free(list_p->regexp_p); in spec_destroy()188 return ((step(str, spec_p->regexp_p) != NULL)); in spec_match()
61 char *regexp_p; member