Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Ddiff.c271 int pred; member
317 cand.pred = klist[0]; in stone()
320 if (cand.y <= clist[cand.pred].y) in stone()
324 cand.pred = klist[l - 1]; in stone()
335 cand.pred = tc; in stone()
345 for (q = clist + klist[k]; q->y; q = clist + q->pred) in stone()