Lines Matching defs:nd
141 struct rb_node *nd;145 nd = rb_first(root);148 nd = browser->top;151 nd = rb_last(root);159 nd = rb_next(nd);162 nd = rb_prev(nd);165 browser->top = nd;170 struct rb_node *nd;176 nd = browser->top;178 while (nd != NULL) {180 browser->write(browser, nd, row);183 nd = rb_next(nd);