Home
last modified time | relevance | path

Searched refs:gsubf (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/vi/port/
H A Dex_re.c259 int gsubf, hopcount; in substitute() local
261 gsubf = compsub(c); in substitute()
270 if (gsubf) { in substitute()
303 static int gsubf; in compsub() local
308 gsubf = cflag = 0; in compsub()
325 gsubf = cflag = 0; in compsub()
346 gsubf = !gsubf; in compsub()
382 return (gsubf); in compsub()
/titanic_41/usr/src/cmd/ed/
H A Ded.c210 static int gsubf; /* Occurrence value. LBSIZE-1=all. */ variable
1927 gsubf = compsub(); in substitute()
1935 if (gsubf) { in substitute()
2072 if (gsubf > 0 && gsubf < LBSIZE) { in dosub()
2074 if (gsubf != numpass) in dosub()