OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regmatch
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c
221
regmatch_t rm[10], *
regmatch
= rm;
223
regmatch
= (regmatch_t *) alloca (sizeof (regmatch_t) * regsize);
239
regmatch
[0].rm_so = CAST(int)buf_start_offset;
240
regmatch
[0].rm_eo = CAST(int)buflen;
241
ret = regexec (®ex->pattern, buf, regsize,
regmatch
, REG_STARTEND);
244
copy_regs (regarray,
regmatch
, regsize);
220
regmatch
_t rm[10], *
regmatch
= rm;
local
Completed in 354 milliseconds