Searched refs:curec (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.bin/csup/
H A Ddiff.c214 struct editcmd *curec; local
225 LIST_FOREACH(curec, &ds->dhead, next) {
226 if (ec->key < curec->key) {
227 LIST_INSERT_BEFORE(curec, ec, next);
230 if (LIST_NEXT(curec, next) == NULL)
234 LIST_INSERT_AFTER(curec, ec, next);

Completed in 95 milliseconds