Lines Matching refs:behaviour
824 /* Variable controlling the behaviour of default scrolling when you are
837 variable "scroll-behaviour". */
852 forward_move_node_structure (WINDOW *window, int behaviour)
854 switch (behaviour)
1001 /* Move Prev, Up or error in WINDOW depending on BEHAVIOUR. */
1003 backward_move_node_structure (WINDOW *window, int behaviour)
1005 switch (behaviour)
1129 unsigned char key, int behaviour);
1131 unsigned char key, int behaviour);
1134 _scroll_forward(WINDOW *window, int count, unsigned char key, int behaviour)
1137 _scroll_backward (window, -count, key, behaviour);
1144 and the chosen behaviour is to scroll through nodes get the
1153 another node, depending on BEHAVIOUR. */
1156 forward_move_node_structure (window, behaviour);
1174 _scroll_backward(WINDOW *window, int count, unsigned char key, int behaviour)
1177 _scroll_forward (window, -count, key, behaviour);
1184 behaviour, move to the previous, or Up'th node. */
1193 backward_move_node_structure (window, behaviour);