Searched refs:cursor_step (Results 1 – 1 of 1) sorted by relevance
72 struct cursor_step { struct73 void (*run)(struct cursor *cursor, const struct cursor_step *step); argument81 static void set_cursor(struct cursor *cursor, const struct cursor_step *step) in set_cursor() argument94 static void move_cursor(struct cursor *cursor, const struct cursor_step *step) in move_cursor()129 static const struct cursor_step steps[] = {148 const struct cursor_step *step = &steps[indx % ARRAY_SIZE(steps)]; in cursor_thread_func()