| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/conf/ |
| dispatcher.conf | 78 columns = [2-15] 83 columns = [2-15] 88 columns = [2-5] 93 columns = [1-9] 98 columns = [1-9] 112 columns = [2-15] 117 columns = [2-5] 122 columns = [1-9]
|
| /onnv/onnv-gate/usr/src/cmd/fmli/vt/ |
| offscreen.c | 48 return srow >= VT_lastline || scol >= columns || srow + rows > VT_lastline - VT_firstline || scol + cols > columns;
|
| fits.c | 54 return rows <= VT_lastline - VT_firstline && cols <= columns;
|
| vinit.c | 88 vt_current(vt_create(NULL, VT_NOBORDER | VT_NONUMBER, 0, 0, 1, columns)); 94 vt_current(vt_create(NULL, VT_NOBORDER | VT_NONUMBER, LINES - 1, 0, 1, columns)); 99 vt_current(vt_create(NULL, VT_NOBORDER | VT_NONUMBER, LINES - 2, 0, 1, columns));
|
| vcreate.c | 207 * do nothing if all columns have a cost higher than sofar 233 _debug3(stderr, "%d,%d\n", *sr, columns - c); 235 if ((sofar = cover(*sr, col = columns - c, r, c)) < best) { 257 Nextcol = columns; 286 *sc = (columns - c) / 2; 310 if ((sofar = area(0, columns - c - 1, r, c, crow, ccol, crows, ccols)) < best) { 312 *sc = columns - c - 1; 314 if ((sofar = area(VT_lastline - VT_firstline - r, columns - c - 1, r, c, crow, ccol, crows, ccols)) < best) { 317 *sc = columns - c - 1; 344 *sc = min(columns - c, x) [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/ |
| CheckboxPanelShadow.java | 63 static final int columns = 2; field in class:CheckboxPanelShadow 79 int w[] = new int[columns]; 81 double ww[] = new double[columns]; 83 for (int x = 0; x < columns; x++)
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/ |
| DCCircularTextField.java | 42 * @param columns the width of the text field in number of columns 44 public DCCircularTextField(String text, int columns) { 45 super(text, columns);
|
| DCTextField.java | 46 * @param columns the width of the text field in number of columns 48 public DCTextField(String text, int columns) { 49 super(columns);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
| Wrap.pm | 7 @EXPORT_OK = qw($columns $break $huge); 11 use vars qw($VERSION $columns $debug $break $huge $unexpand $tabstop 16 $columns = 76; # <= screen width 36 my $ll = $columns - length(expand($ip)) - 1; 38 my $nll = $columns - length(expand($xp)) - 1; 129 use Text::Wrap qw(wrap $columns $huge); 131 $columns = 132; # Wrap at 132 characters 140 $Text::Wrap::columns = 72; 167 Lines are wrapped at C<$Text::Wrap::columns> columns. C<$Text::Wrap::columns [all...] |
| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| restart.c | 93 COLS = columns;
|
| /onnv/onnv-gate/usr/src/cmd/vi/port/ |
| ex_v.c | 142 if (columns != jwin.ws_col || lines != jwin.ws_row) 159 columns = jwin.ws_col; 170 columns = envcolumns; 175 jwin.ws_col = columns; 189 if (columns <= 4) 190 columns = 1000; 237 * pretend that such terminals are 160 columns wide. 247 columns = WCOLS; 292 columns = OCOLUMNS; 437 WCOLS = columns; [all...] |
| ex_put.c | 333 destline += destcol / columns; 351 destline += destcol / columns + 1; 352 if (destcol != 0 && destcol % columns == 0) 365 if (auto_right_margin == 0 && outcol >= columns) 367 if((destcol % columns) + length - 1 >= columns) { 375 fillercnt = columns - 376 (destcol % columns); 400 if (eat_newline_glitch && outcol % columns == 0) 448 if (destcol > columns - 1) [all...] |
| /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| mvcur.c | 206 /* Distance from next tabstop to nc in columns. */ 223 /* Distance from tabstop preceeding nc in columns. */ 254 (nc < columns-init_tabs || auto_left_margin || 263 * columns to backup by to reflect the cursor having been 267 if (eat_newline_glitch && columns <= nc + tabstop) 268 tabstop = columns - nc - 1; 375 newcol %= columns; 382 if (newrow == lines-1 && newcol == columns-1) { 389 oldcol %= columns; 478 cost(column_address, __MOVE_COLUMN, columns-1, 0) [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
| ColumnListCanvas.java | 77 int columns; // # of data columns field in class:ColumnListCanvas 78 // there are actual columns + 1 columns managed 79 // but only columns are visible. The last 92 boolean dragging = false; // for resizing columns 100 int[] formats = null; // Formatting mode for columns 102 boolean autoWidth = true; // automatically expand columns to fit? 145 columns = 0; 159 textEditable = ensureLength(textEditable, columns); [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postmd/ |
| postmd.c | 47 * columns in the matrix. For example, either of the following defines a 50x50 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. 224 int dfltcols = 0; /* and columns - changed by -d option */ 226 int columns; /* and columns in the matrix */ variable 227 int patcount = 0; /* will be set to columns * rows */ 639 columns = dfltcols [all...] |
| /onnv/onnv-gate/usr/src/lib/libshell/common/scripts/ |
| termclock.sh | 79 # members "columns" and "lines" 84 rect.columns=${ tput cols ; } || return 1 164 clock.middle_x=termsize.columns/2.-.5 , 166 clock.len_x=termsize.columns/2-2 , 233 integer columns=-1
|
| mandelbrotset1.sh | 63 # members "columns" and "lines" 68 rect.columns=${ tput cols ; } || return 1 214 integer columns=-1 228 (( m_width=termsize.columns-1 , m_height=termsize.lines-2 ))
|
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| mvcur.c | 209 /* Distance from next tabstop to nc in columns. */ 226 /* Distance from tabstop preceeding nc in columns. */ 256 && (nc < columns-init_tabs || auto_left_margin || eat_newline_glitch)) { 263 * columns to backup by to reflect the cursor having been 267 if (eat_newline_glitch && columns <= nc + tabstop) 268 tabstop = columns - nc - 1; 392 newcol %= columns; 401 oldcol %= columns; 495 cost(column_address, __MOVE_COLUMN, columns-1, 0); 496 cost(parm_left_cursor, __MOVE_N_LEFT, columns-1, 0) [all...] |
| mvwin.c | 70 if (lines < by + w->_maxy || columns < bx + w->_maxx)
|
| /onnv/onnv-gate/usr/src/cmd/svc/configd/ |
| file_object.c | 189 push_delete_callback(void *data, int columns, char **vals, char **names) 199 assert(columns == 2); 528 fill_child_callback(void *data, int columns, char **vals, char **names) 537 assert(columns == 2); 540 columns--; 543 columns--; 559 fill_snapshot_callback(void *data, int columns, char **vals, char **names) 570 assert(columns == 3); 573 columns--; 576 columns-- [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/ |
| monty.cgi | 55 -columns=>50);
|
| /onnv/onnv-gate/usr/src/cmd/terminfo/ |
| colorscan.ti | 39 cs10-w|Datamedia Color Scan 10 with 132 columns,
|
| /onnv/onnv-gate/usr/src/tools/codereview/ |
| lwlp.c | 42 * -w# specify number of columns 66 #define USAGE2 "[-l<lines>|-w<columns>] [-c<count>] [-t<tabs>]" 171 static int columns; variable 295 columns = 85; /* extra space for numbering */ 395 columns = atoi(optarg); 396 if (columns < 1) { 397 fatal("invalid number of columns"); 466 ((columns + 0.5) * DEFAULT_CHAR_WIDTH); 472 columns = DEFAULT_PAGE_WIDTH * POINTS_PER_INCH / 482 ((columns + 0.5) * DEFAULT_CHAR_WIDTH) [all...] |
| /onnv/onnv-gate/usr/src/cmd/dumpcs/ |
| dumpcs.c | 135 csprint(cs, bytes, columns) 136 int cs, bytes, columns; 145 for (i = columns + 1; i <= col; i *= 2) cplmax *= 2; 166 (void) prcode(bytelen, position, minvalue, maxvalue, columns);
|
| /onnv/onnv-gate/usr/src/cmd/projects/ |
| projects.c | 141 int columns; local 160 * Get the number of columns. 164 columns = ws.ws_col; 166 columns = 80; 178 length + strlen(pl->pl_name) >= columns) {
|