Home
last modified time | relevance | path

Searched refs:numb (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.h125 countT numb; /* if >0, only substitute for match number "numb" */ member
Dcompile.c598 cmd->numb = 0;
658 if (cmd->numb)
660 cmd->numb = in_integer(ch);
661 if (!cmd->numb)
Dexecute.c1191 if (!sub->replacement && sub->numb <= 1)
1234 && ++count >= sub->numb)
1280 if (count < sub->numb)
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog2448 but fewer than sub->numb matches of the regexp were found.