Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/egrep/
H A Degrep.y216 int cclcnt, x, ccount, oldccount; in yylex() local
270 ccount = oldccount = nxtchar; in yylex()
275 cclcnt += ccount - oldccount; in yylex()
276 nxtchar += ccount - oldccount; in yylex()