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

/illumos-gate/usr/src/lib/libcurses/screen/
H A DV3.upd_old_y.c50 int start_line, int start_col)
54 for (row = start_line; nlines > 0; nlines--, row++)
49 _update_old_y_area(WINDOW *win, int nlines, int ncols, int start_line, int start_col) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init.h41 u32 start_line; member in struct:ecore_ilt
/illumos-gate/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);
2150 * start_line char * The initial contents of the input line, or NULL
2152 * start_pos int If start_line isn't NULL, this specifies the
2167 const char *start_line, int start_pos)
2185 retval = _gl_get_line(gl, prompt, start_line, start_pos);
2199 const char *start_line, int start_pos)
2257 if(gl_get_input_line(gl, prompt, start_line, start_pos))
2768 * start_line cha
2166 gl_get_line(GetLine *gl, const char *prompt, const char *start_line, int start_pos) argument
2198 _gl_get_line(GetLine *gl, const char *prompt, const char *start_line, int start_pos) argument
2779 gl_get_input_line(GetLine *gl, const char *prompt, const char *start_line, int start_pos) argument
10363 gl_present_line(GetLine *gl, const char *prompt, const char *start_line, int start_pos) argument
[all...]

Completed in 89 milliseconds