Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcurses/screen/
H A DV3.upd_old_y.c50 int start_line, int start_col) in _update_old_y_area() argument
54 for (row = start_line; nlines > 0; nlines--, row++) in _update_old_y_area()
H A Dllib-lcurses77 void _update_old_y_area(WINDOW *win, int nlines, int ncols, int start_line,
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init.h41 u32 start_line; member
H A Decore_init_ops.h716 int abs_idx = ilt->start_line + idx; in ecore_ilt_line_init_op()
799 ecore_ilt_boundry_init_op(pdev, ilt_cli, ilt->start_line, initop); in ecore_ilt_client_init_op_ilt()
/titanic_44/usr/src/lib/libtecla/common/
H A Dgetline.c739 const char *start_line, int start_pos);
760 const char *start_line, int start_pos);
1160 const char *start_line, int start_pos);
2167 const char *start_line, int start_pos) in gl_get_line() argument
2185 retval = _gl_get_line(gl, prompt, start_line, start_pos); in gl_get_line()
2199 const char *start_line, int start_pos) in _gl_get_line() argument
2257 if(gl_get_input_line(gl, prompt, start_line, start_pos)) in _gl_get_line()
2780 const char *start_line, int start_pos) in gl_get_input_line() argument
2800 if(gl_present_line(gl, prompt, start_line, start_pos)) in gl_get_input_line()
10364 const char *start_line, int start_pos)
[all …]
/titanic_44/usr/src/lib/libtecla/
H A Dlibtecla.h101 char *gl_get_line(GetLine *gl, const char *prompt, const char *start_line,