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

/freebsd-9.3-release/usr.bin/csup/
H A Ddiff.c215 struct editcmd *curec; local
226 LIST_FOREACH(curec, &ds->dhead, next) {
227 if (ec->key < curec->key) {
228 LIST_INSERT_BEFORE(curec, ec, next);
231 if (LIST_NEXT(curec, next) == NULL)
235 LIST_INSERT_AFTER(curec, ec, next);

Completed in 83 milliseconds