Home
last modified time | relevance | path

Searched refs:cursor_motion (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducpgba.h97 int cursor_motion; /* Logical or visual cursor motion flag. */ member
129 int cursor_motion));
140 int cursor_motion));
H A Ducpgba.c325 int default_direction, int cursor_motion) in ucstring_create() argument
336 str->cursor_motion = cursor_motion; in ucstring_create()
465 ucstring_set_cursor_motion(ucstring_t *str, int cursor_motion) in ucstring_set_cursor_motion() argument
472 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()
H A Dbidiapi.txt29 int cursor_motion)
38 The `cursor_motion' parameter should be one of UCPGBA_CURSOR_VISUAL or
61 int ucstring_set_cursor_motion(ucstring_t *string, int cursor_motion)