Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/diff/
H A Ddiff.c167 static int newcand(int, int, int);
515 c[0] = newcand(0, 0, 0); in stone()
533 c[l] = newcand(i, y, oldc); in stone()
537 c[l] = newcand(i, y, oldc); in stone()
547 newcand(int x, int y, int pred) in newcand() function