Home
last modified time | relevance | path

Searched refs:columns (Results 1 – 25 of 125) sorted by relevance

12345

/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/conf/
H A Ddispatcher.conf78 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-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DColumnListCanvas.java77 int columns; // # of data columns field in ColumnListCanvas
145 columns = 0; in ColumnListCanvas()
159 textEditable = ensureLength(textEditable, columns); in setTextEditable()
165 if (column < 0 || column >= columns) in setTextEditable()
248 if (column < 0 || column >= columns) in startEdit()
362 if (newColumns != columns) { in setHeaders()
372 columns = 0; in setHeaders()
374 columns = headersIn.length; in setHeaders()
601 Object[] newLabels = new Object[columns + 1]; in addMoreLabels()
604 for (c = 0; c < columns; c++) in addMoreLabels()
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm7 @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;
/onnv-gate/usr/src/cmd/lp/filter/postscript/postmd/
H A Dpostmd.c226 int columns; /* and columns in the matrix */ variable
639 columns = dfltcols; in matrix()
649 total = rows * columns; in matrix()
662 if ( ++patcount % columns == 0 ) in matrix()
791 fscanf(fp_in, "%dx%d", &rows, &columns); in getheader()
855 if ( columns <= 0 ) columns = rows; in dimensions()
859 if ( (rptr = raster = malloc(columns)) == NULL ) in dimensions()
862 eptr = rptr + columns; in dimensions()
864 if ( rows <= 0 || columns <= 0 ) in dimensions()
869 wlist[2] = columns; in dimensions()
[all …]
/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
H A DCheckboxPanelShadow.java63 static final int columns = 2; field in CheckboxPanelShadow
79 int w[] = new int[columns]; in postCreate()
81 double ww[] = new double[columns]; in postCreate()
83 for (int x = 0; x < columns; x++) in postCreate()
/onnv-gate/usr/src/cmd/vi/port/
H A Dex_v.c142 if (columns != jwin.ws_col || lines != jwin.ws_row)
159 columns = jwin.ws_col; in setsize()
170 columns = envcolumns; in setsize()
175 jwin.ws_col = columns; in setsize()
189 if (columns <= 4) in setsize()
190 columns = 1000; in setsize()
247 columns = WCOLS; in oop()
292 columns = OCOLUMNS; in ovend()
437 WCOLS = columns; in setwind()
506 OCOLUMNS = columns; in vok()
H A Dex_put.c333 destline += destcol / columns; in flush1()
351 destline += destcol / columns + 1; in flush1()
352 if (destcol != 0 && destcol % columns == 0) in flush1()
365 if (auto_right_margin == 0 && outcol >= columns) in flush1()
367 if((destcol % columns) + length - 1 >= columns) { in flush1()
375 fillercnt = columns - in flush1()
376 (destcol % columns); in flush1()
400 if (eat_newline_glitch && outcol % columns == 0) in flush1()
448 if (destcol > columns - 1) { in fgoto()
449 destline += destcol / columns; in fgoto()
[all …]
/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c254 (nc < columns-init_tabs || auto_left_margin || in simp_col()
267 if (eat_newline_glitch && columns <= nc + tabstop) in simp_col()
268 tabstop = columns - nc - 1; in simp_col()
375 newcol %= columns; in __m_mvcur()
382 if (newrow == lines-1 && newcol == columns-1) { in __m_mvcur()
389 oldcol %= columns; in __m_mvcur()
478 cost(column_address, __MOVE_COLUMN, columns-1, 0); in __m_mvcur_cost()
479 cost(parm_left_cursor, __MOVE_N_LEFT, columns-1, 0); in __m_mvcur_cost()
480 cost(parm_right_cursor, __MOVE_N_RIGHT, columns-1, 0); in __m_mvcur_cost()
481 cost(cursor_address, __MOVE_ROW_COLUMN, lines-1, columns-1); in __m_mvcur_cost()
H A Dnewterm.c300 if ((sp->_curscr = newwin(lines, columns, 0, 0)) == NULL) in newterm()
303 if ((sp->_newscr = newwin(lines, columns, 0, 0)) == NULL) in newterm()
389 (void) (*rip.line[i].init)(w, columns); in newterm()
447 COLS = columns; in set_term()
/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c256 && (nc < columns-init_tabs || auto_left_margin || eat_newline_glitch)) {
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); in __m_mvcur_cost()
496 cost(parm_left_cursor, __MOVE_N_LEFT, columns-1, 0); in __m_mvcur_cost()
497 cost(parm_right_cursor, __MOVE_N_RIGHT, columns-1, 0); in __m_mvcur_cost()
498 cost(cursor_address, __MOVE_ROW_COLUMN, lines-1, columns-1); in __m_mvcur_cost()
H A Dnewterm.c311 if ((sp->_curscr = newwin(lines, columns, 0, 0)) == (WINDOW *) 0)
314 if ((sp->_newscr = newwin(lines, columns, 0, 0)) == (WINDOW *) 0)
373 (void) (*rip.line[i].init)(w, columns);
441 COLS = columns;
/onnv-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c189 push_delete_callback(void *data, int columns, char **vals, char **names) in push_delete_callback() argument
199 assert(columns == 2); in push_delete_callback()
528 fill_child_callback(void *data, int columns, char **vals, char **names) in fill_child_callback() argument
537 assert(columns == 2); in fill_child_callback()
540 columns--; in fill_child_callback()
543 columns--; in fill_child_callback()
559 fill_snapshot_callback(void *data, int columns, char **vals, char **names) in fill_snapshot_callback() argument
570 assert(columns == 3); in fill_snapshot_callback()
573 columns--; in fill_snapshot_callback()
576 columns--; in fill_snapshot_callback()
[all …]
/onnv-gate/usr/src/tools/codereview/
H A Dlwlp.c171 static int columns; variable
295 columns = 85; /* extra space for numbering */ in main()
395 columns = atoi(optarg); in main()
396 if (columns < 1) { in main()
466 ((columns + 0.5) * DEFAULT_CHAR_WIDTH); in main()
472 columns = DEFAULT_PAGE_WIDTH * POINTS_PER_INCH / in main()
482 ((columns + 0.5) * DEFAULT_CHAR_WIDTH); in main()
488 columns = DEFAULT_PAGE_HEIGHT * POINTS_PER_INCH / in main()
507 columns -= numberwidth + DEFAULT_SPACES_AFTER_NUMBER; in main()
508 if (columns <= 0) { in main()
[all …]
/onnv-gate/usr/src/cmd/dumpcs/
H A Ddumpcs.c135 csprint(cs, bytes, columns) in csprint() argument
136 int cs, bytes, columns; in csprint()
145 for (i = columns + 1; i <= col; i *= 2) cplmax *= 2;
166 (void) prcode(bytelen, position, minvalue, maxvalue, columns);
/onnv-gate/usr/src/lib/libshell/common/scripts/
H A Dtermclock.sh83 rect.columns=${ tput cols ; } || return 1
163 clock.middle_x=termsize.columns/2.-.5 ,
165 clock.len_x=termsize.columns/2-2 ,
232 integer columns=-1
H A Dmandelbrotset1.sh67 rect.columns=${ tput cols ; } || return 1
213 integer columns=-1
230 (( m_width=termsize.columns-1 , m_height=termsize.lines-2 ))
H A Dgnaw.sh77 rect.columns=${ tput cols ; } || return 1
929 integer columns=-1
981 (( termsize.columns < 60 )) && fatal_error "Terminal width must be larger than 60 columns (currentl…
1022 for (( x=0 ; x < termsize.columns ; x++ )) ; do
1030 for (( x=0 ; x < termsize.columns ; x++ )) ; do
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c626 int columns, width = 0, lines; in help() local
638 columns = 80 / width; in help()
639 if (columns == 0) in help()
640 columns = 1; in help()
641 lines = (NCMDS + columns - 1) / columns; in help()
643 for (j = 0; j < columns; j++) { in help()
/onnv-gate/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDCCircularTextField.java44 public DCCircularTextField(String text, int columns) { in DCCircularTextField() argument
45 super(text, columns); in DCCircularTextField()
H A DDCTextField.java48 public DCTextField(String text, int columns) { in DCTextField() argument
49 super(columns); in DCTextField()
/onnv-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c137 int columns; in print_bytearray() local
151 columns = NCOLS; in print_bytearray()
153 columns = cnum; in print_bytearray()
157 columns = winsize.ws_col; in print_bytearray()
161 if ((nbytes * COLUMNS_PER_BYTE + cnum) > columns) { in print_bytearray()
166 if (cnum > columns - COLUMNS_PER_BYTE) { in print_bytearray()
/onnv-gate/usr/src/cmd/projects/
H A Dprojects.c141 int columns; in print_projects() local
164 columns = ws.ws_col; in print_projects()
166 columns = 80; in print_projects()
178 length + strlen(pl->pl_name) >= columns) { in print_projects()
/onnv-gate/usr/src/ucbcmd/ls/
H A Dls.c511 int i, j, columns, lines; in formatf() local
517 columns = 1; in formatf()
529 columns = twidth / width; in formatf()
530 if (columns == 0) in formatf()
531 columns = 1; in formatf()
533 lines = (nentry + columns - 1) / columns; in formatf()
535 for (j = 0; j < columns; j++) { in formatf()
/onnv-gate/usr/src/lib/libsqlite/test/
H A Dunique.test16 # and primary keys, and the UNIQUE constraint on table columns
130 } {1 {indexed columns are not unique}}
168 } {1 {columns a, c, d are not unique}}
233 } {1 {columns first_column_with_long_name, second_column_with_long_name, third_column_with_long_nam…
/onnv-gate/usr/src/cmd/csh/
H A Dsh.file.c287 int i, rows, r, c, maxwidth = 0, columns; in print_by_column() local
297 columns = max(78 / maxwidth, 1); in print_by_column()
298 rows = (count + (columns - 1)) / columns; in print_by_column()
301 for (c = 0; c < columns; c++) { in print_by_column()
317 if (c < columns - 1) /* last column? */ in print_by_column()

12345