Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_re.c252 int scount, slines, stotal; variable
264 stotal = 0; in substitute()
284 stotal += scount; in substitute()
292 if (stotal == 0 && !inglobal && !cflag) in substitute()
295 snote(stotal, slines); in substitute()
296 return (stotal); in substitute()