Home
last modified time | relevance | path

Searched refs:regflags_t (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h135 typedef uint32_t regflags_t; typedef
156 regflags_t re_flags; /* regsubcomp() flags */
168 regflags_t re_flags; /* discipline flags */
180 regflags_t re_flags; /* REG_* */
184 regflags_t re_info; /* REG_* info */
202 extern int regcomp(regex_t*, const char*, regflags_t);
226 extern size_t regdecomp(regex_t*, regflags_t, char*, size_t);
236 extern regex_t* regcache(const char*, regflags_t, int*);
238 extern int regsubcomp(regex_t*, const char*, const regflags_t*, int, regflags_t);
240 extern int regsubflags(regex_t*, const char*, char**, int, const regflags_t*, int*, regflags_t*);
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregsubcomp.c30 static const regflags_t submap[] =
43 …gister const char* s, char** e, int delim, register const regflags_t* map, int* pm, regflags_t* pf) in regsubflags()
46 register const regflags_t* m; in regsubflags()
47 regflags_t flags; in regsubflags()
109 regsubcomp(regex_t* p, register const char* s, const regflags_t* map, int minmatch, regflags_t flag… in regsubcomp()
H A Dregsub.c35 …ster const char* sp, size_t nmatch, register regmatch_t* match, register regflags_t flags, int sre) in subold()
41 regflags_t f; in subold()
242 … p, Sfio_t* dp, const char* op, const char* sp, size_t nmatch, regmatch_t* match, regflags_t flags) in regsub()
H A Dregexec.c36 regexec(const regex_t* p, const char* s, size_t nmatch, regmatch_t* match, regflags_t flags) in regexec()
70 regexec(const regex_t* p, const char* s, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags) in regexec()
H A Dregcache.c42 regflags_t reflags;
79 regcache(const char* pattern, regflags_t reflags, int* status) in regcache()
H A Dregalloc.c31 regalloc(void* handle, void*(*resize)(void*,void*,size_t), regflags_t flags) in regalloc()
H A Dregrexec.c36 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t in regrexec()
161 … p, const char* s, size_t len, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags, int sep, … in regrexec()
H A Dreglib.h382 regflags_t flags; /* group flags */
499 regflags_t flags; /* scoped flags */
542 regflags_t flags; /* flags from regcomp() */
H A Dregdecomp.c72 decomp(register Rex_t* e, Sfio_t* sp, int type, int delimiter, regflags_t flags) in decomp()
394 regdecomp(regex_t* p, regflags_t flags, char* buf, size_t n) in regdecomp()
404 if (flags == (regflags_t)~0) in regdecomp()
H A Dregcomp.c117 regflags_t flags; /* flags arg to regcomp */
2593 regflags_t flags; in seq()
3231 regcomp(regex_t* p, const char* pattern, regflags_t flags) in regcomp()
3430 regncomp(regex_t* p, const char* pattern, size_t size, regflags_t flags) in regncomp()
H A Dregnexec.c1846 regnexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t in regnexec()
2062 …st regex_t* p, const char* s, size_t len, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags) in regnexec()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrmatch.c85 register regflags_t reflags; in strgrpmatch()