| /onnv/onnv-gate/usr/src/cmd/fmli/vt/ |
| fits.c | 45 fits(flags, rows, cols) 47 unsigned rows; 51 rows += 2; 54 return rows <= VT_lastline - VT_firstline && cols <= columns;
|
| offscreen.c | 42 off_screen(srow, scol, rows, cols) 45 unsigned rows; 48 return srow >= VT_lastline || scol >= columns || srow + rows > VT_lastline - VT_firstline || scol + cols > columns;
|
| vreshape.c | 44 vt_reshape(vid, srow, scol, rows, cols) 48 unsigned rows; 54 if (off_screen(srow, scol, rows, cols)) { 65 if ((v->win = newwin(rows, cols, srow, scol)) == NULL) { 73 if ((v->subwin = subwin(v->win, rows-2, cols-2, srow+1, scol+1)) == NULL) {
|
| makebox.c | 54 make_box(flag, srow, scol, rows, cols) 58 register int rows; 61 if (srow < 0 || scol < 0 || cols < 1 || rows < 1) { 67 rows--; 71 if (!corner(BL, srow + rows, scol, ACS_LLCORNER, TRUE)) 73 if (!corner(BR, srow + rows, scol + cols, ACS_LRCORNER, !flag))
|
| hide.c | 78 int row, col, rows, cols; local 81 getmaxyx(v->win, rows, cols); 82 w = newwin(rows, cols, row, col);
|
| /onnv/onnv-gate/usr/src/lib/libeti/menu/common/ |
| menuformat.c | 39 set_menu_format(MENU *m, int rows, int cols) 41 if (rows < 0 || cols < 0) { 48 if (rows == 0) { 49 rows = FRows(m); 62 FRows(m) = rows; 65 Rows(m) = (Nitems(m)-1) / cols + 1; 66 Height(m) = min(rows, Rows(m)); 72 if (rows > 0) { 73 FRows(Dfl_Menu) = rows; [all...] |
| /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/lib/libast/common/port/ |
| astwinsize.c | 26 * return terminal rows and cols 72 astwinsize(int fd, register int* rows, register int* cols) 80 if (rows) *rows = ws.ws_row; 91 if (rows) *rows = ts.ts_lines; 102 if (rows) *rows = ws.bytesy; 112 if (rows) *rows = (s = getenv("LINES")) ? strtol(s, NiL, 0) : 0 [all...] |
| /onnv/onnv-gate/usr/src/cmd/fmli/form/ |
| fcustom.c | 41 form_custom(vid, flags, rows, cols, disp, ptr) 44 int rows, cols; 65 f->rows = rows;
|
| 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);
|
| fdefault.c | 103 f->rows = formrows; 133 _form_reshape(fid, srow, scol, rows, cols) 137 unsigned rows; 153 if (rows < 4 /* f->rows */ || cols < 5 /* f->cols */) { 157 vt_reshape(f->vid, srow, scol, rows, cols); 160 f->rows = numrows; 172 rows - 2 , cols - 2, ff.flags); 173 header_rows = ff.rows; 182 rows - 2 - header_rows , cols - 2, ff.flags) [all...] |
| /onnv/onnv-gate/usr/src/cmd/fmli/menu/ |
| mreshape.c | 44 _menu_reshape(m, srow, scol, rows, cols) 48 register unsigned rows; 55 if (rows < 3 || cols < 5) { 59 vt_reshape(m->vid, srow, scol, rows, cols);
|
| 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...] |
| 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);
|
| /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) {
|
| fmacs.h | 42 #define Fieldrows (Cfld->rows) 57 #define LASTROW (Cfld->rows - 1) 59 #define FIELDBYTES (Cfld->rows * (Cfld->cols + 1))
|
| setfield.c | 43 #define FSIZE(x) (x->rows * (x->cols + 1))
|
| /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/cmd/perl/5.8.4/distrib/t/io/ |
| open.t | 58 my @rows = <$f>; 59 is( scalar @rows, 2, ' readline, list context' ); 60 is( $rows[0], "a row\n", ' first line read' ); 61 is( $rows[1], "a row\n", ' second line' ); 69 my @rows = <$f>; 70 is( scalar @rows, 2, ' readline, list context' ); 86 my @rows = <$f>; 87 is( scalar @rows, 2, ' readline, list context' ); 98 my @rows = <$f>; 155 my @rows = <$f> [all...] |
| /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/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/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/lib/libeti/form/common/ |
| field.c | 46 0, /* rows */ 142 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) 144 /* int rows; number of visible rows */ 148 /* int nrow; number of off screen rows */ 154 if (rows > 0 && cols > 0 && frow >= 0 && fcol >= 0 && nrow >= 0 && 158 f->rows = rows; 162 f->drows = rows + nrow; 205 f->rows = field->rows [all...] |
| /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...] |