Searched defs:ncolumn (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/intel_nhm/ |
H A D | nhm_log.h | 40 uint8_t ncolumn; member in struct:nhm_dimm
|
/illumos-gate/usr/src/lib/libtecla/ |
H A D | libtecla.h | 808 int ncolumn; /* The terminal has ncolumn columns */ member in struct:__anon4104 832 * ncolumn int The number of columns in the terminal. 838 int gl_set_term_size(GetLine *gl, int ncolumn, int nline);
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | printf.c | 850 int *ncolumn, /* Number of result columns written here */ 858 rc = sqlite_get_table(db, zSql, resultp, nrow, ncolumn, errmsg); 845 sqlite_get_table_vprintf( sqlite *db, const char *sqlFormat, char ***resultp, int *nrow, int *ncolumn, char **errmsg, va_list ap ) argument
|
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/ |
H A D | nb_log.h | 229 uint8_t ncolumn; member in struct:nb_dimm
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 483 int ncolumn; /* The width of the terminal in columns */ member in struct:GetLine 678 static void gl_query_size(GetLine *gl, int *ncolumn, int *nline); 1168 static int gl_handle_tty_resize(GetLine *gl, int ncolumn, int nline); 1193 static int _gl_set_term_size(GetLine *gl, int ncolumn, int nline); 1853 gl->ncolumn = 0; 3532 gl->ncolumn = 0; 3788 return TAB_WIDTH - ((term_curpos % gl->ncolumn) % TAB_WIDTH); 3983 cur_row = gl->term_curpos / gl->ncolumn; 3984 cur_col = gl->term_curpos % gl->ncolumn; 3985 new_row = (gl->term_curpos + n) / gl->ncolumn; 5136 gl_query_size(GetLine *gl, int *ncolumn, int *nline) argument 5170 int ncolumn, nline; /* The new size of the terminal */ local 5193 gl_handle_tty_resize(GetLine *gl, int ncolumn, int nline) argument 11898 gl_set_term_size(GetLine *gl, int ncolumn, int nline) argument 11923 _gl_set_term_size(GetLine *gl, int ncolumn, int nline) argument [all...] |
Completed in 92 milliseconds