Home
last modified time | relevance | path

Searched refs:regexp_t (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dregexp.c55 _re_comp(regexp_t* re, const char* pattern, char* handle, unsigned int size) in _re_comp()
94 _re_exec(regexp_t* re, const char* subject, const char* handle, int anchor) in _re_exec()
H A Dregexp.h47 } regexp_t; typedef
67 extern int _re_comp(regexp_t*, const char*, char*, unsigned int);
68 extern int _re_exec(regexp_t*, const char*, const char*, int);
70 extern char* _re_read(regexp_t*, const char*, char*, const char*, int);
76 regexp_t _re_info;
79 _re_read(register regexp_t* re, const char* instring, char* ep, const char* endbuf, int seof) in _re_read()