Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c169 static int newcand(int, int, int);
528 c[0] = newcand(0, 0, 0); in stone()
546 c[l] = newcand(i, y, oldc); in stone()
550 c[l] = newcand(i, y, oldc); in stone()
560 newcand(int x, int y, int pred) in newcand() function