Home
last modified time | relevance | path

Searched refs:regexp_p (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/tnf/prex/
H A Dspec.c74 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()
H A Dspec.h61 char *regexp_p; member