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

/freebsd-10.3-release/contrib/groff/src/preproc/pic/
H A Dobject.cpp255 void object::move_by(const position &) function in class:object
679 void move_by(const position &);
693 void rectangle_object::move_by(const position &a) function in class:rectangle_object
870 p->move_by(pos);
884 void move_by(const position &);
925 void block_object::move_by(const position &a) function in class:block_object
929 p->move_by(a);
953 p->move_by(m);
1109 void move_by(const position &);
1123 void move_object::move_by(cons function in class:move_object
1237 void linear_object::move_by(const position &a) function in class:linear_object
1313 void line_object::move_by(const position &pos) function in class:line_object
1542 void arc_object::move_by(const position &pos) function in class:arc_object
[all...]
H A Dobject.h62 virtual void move_by(const position &);
/freebsd-10.3-release/contrib/dialog/
H A Dformbox.c665 int move_by = 0; local
671 move_by = -form_height;
677 move_by = form_height;
692 move_by = -1;
703 move_by = -1;
737 move_by = 1;
748 move_by = 1;
819 if (scroll_next(form, items, move_by, &new_choice, &new_scroll)) {
832 if (tab_next(form, items, item_no, move_by, &new_choice, &new_scroll)) {

Completed in 107 milliseconds