Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtecla/common/
H A Dgetline.c470 const char *u_arrow; /* The string returned by the up-arrow key */ member
1840 gl->u_arrow = NULL; in new_GetLine()
3519 gl->u_arrow = NULL; in gl_control_strings()
3555 gl->u_arrow = gl_tigetstr(gl, "kcuu1"); in gl_control_strings()
3584 gl->u_arrow = gl_tgetstr(gl, "ku", &tgetstr_buf_ptr); in gl_control_strings()
3624 if(!gl->u_arrow) in gl_control_strings()
3625 gl->u_arrow = GL_ESC_STR "[A"; in gl_control_strings()
6174 if(_gl_rebind_arrow_key(gl, "up", gl->u_arrow, "^[[A", "^[OA") || in _gl_bind_arrow_keys()