Searched defs:gl_tigetstr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c794 static const char *gl_tigetstr(GetLine *gl, const char *name);
3548 gl->left = gl_tigetstr(gl, "cub1");
3549 gl->right = gl_tigetstr(gl, "cuf1");
3550 gl->up = gl_tigetstr(gl, "cuu1");
3551 gl->down = gl_tigetstr(gl, "cud1");
3552 gl->home = gl_tigetstr(gl, "home");
3553 gl->clear_eol = gl_tigetstr(gl, "el");
3554 gl->clear_eod = gl_tigetstr(gl, "ed");
3555 gl->u_arrow = gl_tigetstr(gl, "kcuu1");
3556 gl->d_arrow = gl_tigetstr(g
3668 static const char *gl_tigetstr(GetLine *gl, const char *name) function
[all...]

Completed in 71 milliseconds