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

/ast/src/cmd/re/
H A Dtestregex.c1225 int nexec; local
1826 nexec = nstr;
1925 nexec = nstr;
1929 nexec = -1;
2117 if (nexec >= 0)
2127 if (nexec >= 0)
2129 eret = regnexec(&preg, s, nexec, nmatch, match, eflags);
2130 s[nexec] = 0;
2242 if (nexec < 0 && !nonexec)
2244 nexec
[all...]

Completed in 12 milliseconds