Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/checkeq/
H A Dcheckeq.c53 int start, line, eq, ndel, totdel; in check() local
56 start = eq = line = ndel = totdel = 0; in check()
59 ndel = 0; in check()
62 ndel++; in check()
103 if (ndel > 0 && eq > 0) in check()
107 if (ndel == 0) in check()
109 totdel += ndel; in check()