Searched refs:_adjust_cursor (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libeti/form/common/ |
H A D | chg_char.c | 137 _adjust_cursor(f, v); in _next_word() 157 _adjust_cursor(f, v); in _prev_word() 168 _adjust_cursor(f, _data_beg(Buf(c), BufSize(c))); in _beg_field() 185 _adjust_cursor(f, end); in _end_field() 196 _adjust_cursor(f, _data_beg(LineBuf(c, Y(f)), Xmax(f))); in _beg_line() 213 _adjust_cursor(f, end); in _end_line()
|
H A D | chg_data.c | 455 _adjust_cursor(f, pend); in _del_prev() 493 _adjust_cursor(f, _whsp_end(y, X(f))); in _del_word()
|
H A D | mapfile-vers | 118 _adjust_cursor;
|
H A D | utility.c | 93 _adjust_cursor(FORM *f, char *v) in _adjust_cursor() function
|
/titanic_50/usr/src/lib/libeti/form/inc/ |
H A D | utility.h | 234 extern void _adjust_cursor(FORM *, char *);
|