config_next
struct config *config_next(struct config *cp);
for (cp = ncp; cp; cp = config_next(cp)) {
for (cp = rematch ? ncp : ocp; cp; cp = config_next(cp)) {
for (; cp; cp = config_next(cp)) {