Home
last modified time | relevance | path

Searched refs:patchnext (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/grep/
H A Dsub.c184 patchnext(Re *a, Re *b) in patchnext() function
220 patchnext(a.end, b.beg); in re2cat()
231 patchnext(a.end, c.beg); in re2star()
H A Dgrep.h113 extern void patchnext(Re*, Re*);
H A Dgrep.y71 patchnext($1.end, $$.beg);