Searched refs:oldmatch (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/regex/
H A Dregexec.c70 regexec(const regex_t* p, const char* s, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags) argument
72 if (oldmatch)
83 oldmatch[i].rm_so = match[i].rm_so;
84 oldmatch[i].rm_eo = match[i].rm_eo;
H A Dregrexec.c161 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags, int sep, void* handle, regrecord_t record) argument
163 if (oldmatch)
174 oldmatch[i].rm_so = match[i].rm_so;
175 oldmatch[i].rm_eo = match[i].rm_eo;
H A Dregsubexec.c212 regsubexec(const regex_t* p, const char* s, size_t nmatch, oldregmatch_t* oldmatch) argument
214 if (oldmatch)
224 match[i].rm_so = oldmatch[i].rm_so;
225 match[i].rm_eo = oldmatch[i].rm_eo;
230 oldmatch[i].rm_so = match[i].rm_so;
231 oldmatch[i].rm_eo = match[i].rm_eo;
H A Dregnexec.c2062 regnexec(const regex_t* p, const char* s, size_t len, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags) argument
2064 if (oldmatch)
2075 oldmatch[i].rm_so = match[i].rm_so;
2076 oldmatch[i].rm_eo = match[i].rm_eo;
/ast/src/cmd/re/
H A DMakefile38 oldmatch :TEST: testoldmatch.c testregex.dat locale.dat testmatch.dat

Completed in 16 milliseconds