Home | History | Annotate | Download | only in ui

Lines Matching refs:nd

113 	struct rb_node *nd;
117 nd = rb_first(root);
120 nd = browser->top;
123 nd = rb_last(root);
131 nd = rb_next(nd);
134 nd = rb_prev(nd);
137 browser->top = nd;
142 struct rb_node *nd;
148 nd = browser->top;
150 while (nd != NULL) {
152 browser->write(browser, nd, row);
155 nd = rb_next(nd);