Searched refs:cursor_motion (Results 1 – 3 of 3) sorted by relevance
97 int cursor_motion; /* Logical or visual cursor motion flag. */ member129 int cursor_motion));140 int cursor_motion));
325 int default_direction, int cursor_motion) in ucstring_create() argument336 str->cursor_motion = cursor_motion; in ucstring_create()465 ucstring_set_cursor_motion(ucstring_t *str, int cursor_motion) in ucstring_set_cursor_motion() argument472 n = str->cursor_motion; in ucstring_set_cursor_motion()473 str->cursor_motion = cursor_motion; in ucstring_set_cursor_motion()598 return (str->cursor_motion == UCPGBA_CURSOR_VISUAL) ? in ucstring_cursor_right()725 return (str->cursor_motion == UCPGBA_CURSOR_VISUAL) ? in ucstring_cursor_left()
29 int cursor_motion)38 The `cursor_motion' parameter should be one of UCPGBA_CURSOR_VISUAL or61 int ucstring_set_cursor_motion(ucstring_t *string, int cursor_motion)