| /onnv/onnv-gate/usr/src/cmd/fmli/vt/ |
| hide.c | 78 int row, col, rows, cols; local 81 getmaxyx(v->win, rows, cols); 82 w = newwin(rows, cols, row, col);
|
| vctl.c | 113 int *rows; local 118 rows = va_arg(args, int *); 125 *rows = r;
|
| /onnv/onnv-gate/usr/src/cmd/fmli/form/ |
| fctl.c | 121 *(va_arg(args, int *)) = f->rows; 125 f->rows = va_arg(args, int); 131 int srow, scol, rows, cols; local 135 rows = va_arg(args, int); 138 _form_reshape(fid, srow, scol, rows, cols);
|
| /onnv/onnv-gate/usr/src/cmd/fmli/menu/ |
| mctl.c | 92 int rows, cols; local 97 vt_ctl(m->vid, CTGETSIZ, &rows, &cols); 115 int srow, scol, rows, cols; local 119 rows = va_arg(args, int); 122 _menu_reshape(m, srow, scol, rows, cols);
|
| stmenu.c | 170 int rows, dummy; local 173 * Multicolumn menu: get frame size (rows) 176 vt_ctl(m->vid, CTGETSIZ, &rows, &dummy); 177 newindex = rows * ((int)((Mouse_col + 1) / m->hwidth)); 286 int rows, dummy; local 289 * Multicolumn menu: get frame size (rows) 292 vt_ctl(m->vid, CTGETSIZ, &rows, &dummy); 293 newindex = rows * ((int)((Mouse_col + 1) / m->hwidth));
|
| mcurrent.c | 107 int rows; local 113 vt_ctl(m->vid, CTGETSIZ, &rows, &cols); 122 menu_pos(m, m->index, rows, cols, destrow, destcol); 128 menu_pos(m, m->index, rows, cols, destrow, destcol); 129 if ((m->flags & MENU_DIRTY) || destrow < -1 || destrow > rows) { 133 m->topline = min(m->number - rows, m->index - rows / 2); 134 if (m->ncols > 1 || m->index < (rows / 2)) 139 for (line = 0; line < rows; line++) { 147 sind += rows; [all...] |
| /onnv/onnv-gate/usr/src/cmd/fmli/qued/ |
| initfield.c | 45 #define FSIZE(x) (x->rows * (x->cols + 1)) 52 int rows, cols, currow, curcol; local 58 vt_ctl(VT_UNDEFINED, CTGETSIZ, &rows, &cols); 60 return(newfield(currow, curcol, rows, cols - curcol - 1, 0)); 64 newfield(firstrow, firstcol, rows, cols, flags) 67 int rows; 76 newfld->rows = rows; 85 if (newfld->rows == 1) {
|
| /onnv/onnv-gate/usr/src/cmd/fmli/inc/ |
| form.h | 41 int rows; /* contents of "rows" descriptor */ member in struct:__anon478 56 int rows; /* number of rows in form */ member in struct:form
|
| winp.h | 49 int rows; /* number of rows in field */ member in struct:_inp
|
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| ex_set.c | 400 int rows = incr; local 403 for (; rows; rows--, op++) {
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/ |
| ErrorTable.java | 45 private Vector rows; field in class:ErrorTableModel 50 rows = new Vector(); 54 return rows.size(); 62 Object [] ro = (Object [])rows.elementAt(row); 84 rows.addElement(row);
|
| /onnv/onnv-gate/usr/src/cmd/fmli/wish/ |
| mudge.c | 49 static int rows; variable 98 newrows = rows; 162 make_box(1, srow, scol, rows, cols); 166 ar_ctl(rec->odptr, CTSETSHAPE, srow, scol, rows, cols, NULL, NULL); 188 rows = newrows; 193 make_box(!(mode & MODE_MOVE), srow, scol, rows, cols); 208 vt_ctl(vt, CTGETSIZ, &rows, &cols); 210 make_box(0, --srow, --scol, rows += 2, cols += 2);
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/ |
| CheckboxPanelShadow.java | 64 static final int rows = 2; field in class:CheckboxPanelShadow 80 int h[] = new int[rows]; 82 double hh[] = new double[rows]; 88 for (int y = 0; y < rows; y++)
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/bio/ |
| b_dump.c | 82 int i,j,rows,trc; local 103 rows=(len/dump_width); 104 if ((rows*dump_width)<len) 105 rows++; 106 for(i=0;i<rows;i++)
|
| /onnv/onnv-gate/usr/src/lib/libast/common/disc/ |
| sfdcmore.c | 44 int rows; /* max rows */ member in struct:__anon31 200 if (++more->row < more->rows) 298 * if rows==0 or cols==0 then they are deterimined from the tty 303 int sfdcmore(Sfio_t* f, const char* prompt, int rows, int cols) 305 int sfdcmore(f, prompt, rows, cols) 308 int rows; 332 if (!rows || !cols) 335 astwinsize(sffileno(sfstdin), &rows, &cols); local 337 if (!rows) [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/mdb_test/ |
| mdb_test.c | 302 size_t rows, size_t cols, size_t ocols) 317 mdb_iob_resize(mdb.m_out, rows, cols); 325 mdb_iob_resize(mdb.m_out, rows, ocols); 332 size_t rows = mdb.m_out->iob_rows; local 342 0, rows, addr, cols); 345 MDB_IOB_AUTOWRAP, rows, addr, cols); 348 MDB_IOB_INDENT, rows, addr, cols); 351 MDB_IOB_AUTOWRAP | MDB_IOB_INDENT, rows, addr, cols);
|
| /onnv/onnv-gate/usr/src/cmd/mms/mm/common/ |
| mm_mmp_cp.c | 60 int rows; local 167 rows = PQntuples(db->mm_db_results); 168 if (rows == 0) { 178 } else if (rows > 1) { 337 int rows; local 416 rows = PQntuples(db->mm_db_results); 417 if (rows == 0) { 427 } else if (rows > 1) { 630 int rows; local 718 if ((rows = PQntuples(db->mm_db_results)) == 0) 928 int rows; local [all...] |
| mm_db.c | 68 int rows; local 104 rows = PQntuples(db->mm_db_results); 105 for (row = 0, exists = 0; row < rows && exists == 0; row++) { 679 int rows; local 690 rows = PQntuples(db->mm_db_results); 692 if (rows == 0) { 728 int rows; local 737 rows = PQntuples(db->mm_db_results); 739 if (rows == 0) { 773 int rows; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/parted/ |
| table.c | 58 wchar_t*** rows; member in struct:__anon20 71 t->rows = (wchar_t***)NULL; 88 free (t->rows[r][c]); 89 free (t->rows[r]); 92 if (t->rows) 93 free (t->rows); 125 wcswidth(t->rows[r][c], 146 t->rows = xrealloc (t->rows, (t->nrows + 1) * sizeof(wchar_t***)); 148 t->rows[t->nrows] = row [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/ |
| FieldLayout.java | 65 Vector rows; field in class:FieldLayout 84 rows = new Vector(); 97 rows.addElement(r); 102 rows.addElement(r); 104 ((Row)rows.lastElement()).field = comp; 113 Enumeration en = rows.elements(); 117 rows.removeElement(r); 134 Enumeration en = rows.elements(); 163 Enumeration en = rows.elements(); 218 Enumeration en = rows.elements() [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| fw.h | 62 u_long rows; member in struct:Op_arg
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/sh/ |
| fault.c | 75 int rows=0, cols=0; local 77 astwinsize(2,&rows,&cols); 80 if(v = rows)
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postmd/ |
| postmd.c | 46 * perhaps the most important. If present it determines the number of rows and 54 * be square, and the number of rows (and columns) is set to the square root of 111 * where each element in the list must be a positive integer. Rows and columns in 141 * columns rows bitmap - 144 * image consists of rows lines, each of which includes columns elements. 223 int dfltrows = 0; /* default rows */ 225 int rows; /* real number of rows */ variable 227 int patcount = 0; /* will be set to columns * rows */ 638 rows = dfltrows; /* new dimensions for the next matrix * [all...] |
| /onnv/onnv-gate/usr/src/lib/libeti/menu/inc/ |
| menu.h | 83 int rows; /* Number of items high */ member in struct:MENU
|
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.file.c | 287 int i, rows, r, c, maxwidth = 0, columns; local 298 rows = (count + (columns - 1)) / columns; 300 for (r = 0; r < rows; r++) { 302 i = c * rows + r;
|