Lines Matching defs:home
464 const char *home; /* The string that moves the cursor home */
1836 gl->home = NULL;
3515 gl->home = NULL;
3552 gl->home = gl_tigetstr(gl, "home");
3581 gl->home = gl_tgetstr(gl, "ho", &tgetstr_buf_ptr);
3616 if(!gl->home)
3617 gl->home = GL_ESC_STR "[H";
4849 * input line from the home position.
4856 if(gl_print_control_sequence(gl, gl->nline, gl->home) ||
12436 * It clears the terminal and leaves the cursor at the home position.