Searched refs:cols (Results 176 - 200 of 271) sorted by relevance

1234567891011

/macosx-10.9.5/ncurses-42/ncurses/test/
H A Ddemo_panels.c204 mkpanel(short color, int rows, int cols, int tly, int tlx) argument
210 if ((win = newwin(rows, cols, tly, tlx)) != 0) {
H A Dncurses.c4189 mkpanel(rows,cols,tly,tlx) - alloc a win and panel and associate them
4192 mkpanel(short color, int rows, int cols, int tly, int tlx) argument
4197 if ((win = newwin(rows, cols, tly, tlx)) != 0) {
5326 make_field(int frow, int fcol, int rows, int cols, bool secure) argument
5328 FIELD *f = new_field(rows, cols, frow, fcol, 0, secure ? 1 : 0);
5341 int rows, cols; local
5343 scale_form(f, &rows, &cols);
5345 if ((w = newwin(rows + 2, cols + 4, 0, 0)) != (WINDOW *) 0) {
5347 set_form_sub(f, derwin(w, rows, cols, 1, 2));
5372 int rows, cols, fro local
6253 rip_footer(WINDOW *win, int cols) argument
6264 rip_header(WINDOW *win, int cols) argument
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dsys_bsd.c780 TerminalWindowSize(long *rows, long *cols) argument
787 *cols = ws.ws_col;
H A Dtelnet.c2382 long rows, cols;
2392 if (TerminalWindowSize(&rows, &cols) == 0) { /* Failed */
2401 PUTSHORT(cp, cols);
2373 long rows, cols; local
/macosx-10.9.5/ruby-104/ruby/lib/cgi/
H A Dhtml.rb808 # +name+ is the name of the textarea. +cols+ is the number of
820 def textarea(name = "", cols = 70, rows = 10) # :yield:
822 { "NAME" => name, "COLS" => cols.to_s,
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/generic/
H A DtkTableEdit.c24 "active", "cols", "rows", (char *)NULL
170 maxcol = tablePtr->cols-1+tablePtr->colOffset;
204 dimPtr = &(tablePtr->cols);
337 * This has to handle when the previous rows/cols resize because
572 * Helper function that does the core work of moving rows/cols
587 int doRows; /* rows (1) or cols (0) */
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dterminfo.vim32 syn keyword terminfoNumerics cols it lh lw lines lm xmc ma colors pairs wnum
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dback-sql.h185 char **cols; member in struct:__anon3213
H A Dsearch.c1917 ber_str2bv( row.cols[ 3 ], 0, 0, &dn );
1924 if ( dn.bv_val != row.cols[ 3 ] ) {
1939 ber_str2bv_x( row.cols[ 0 ], 0, 1, &c_id->eid_id,
1941 ber_str2bv_x( row.cols[ 1 ], 0, 1, &c_id->eid_keyval,
1944 if ( BACKSQL_STR2ID( &c_id->eid_id, row.cols[ 0 ], 0 ) != 0 ) {
1947 if ( BACKSQL_STR2ID( &c_id->eid_keyval, row.cols[ 1 ], 0 ) != 0 ) {
1966 row.cols[ 3 ] );
H A Dadd.c204 col_len = strlen( row.cols[ i ] );
206 SQL_PARAM_INPUT, row.cols[ i ], col_len );
224 pno + 2 - po, row.cols[ i ],
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc.c1559 int col, cols; local
1585 cols = SCREENWIDTH / ++col;
1586 rows = (words + cols - 1) / cols;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DInfoWindowController.py295 rows, cols = matrix.getNumberOfRows_columns_()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DInfoWindowController.py295 rows, cols = matrix.getNumberOfRows_columns_()
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dmatrix1.tcl987 set cols [_columns $name]
988 for {set c 0} {$c < $cols} {incr c} {
999 for {set c 0} {$c < $cols} {incr c} {
1008 for {set c 0} {$c < $cols} {incr c} {
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DRelBuilder.pm348 my ($self, $moniker, $cols, $relname) = @_;
369 Relationship '$relname' in source '$moniker' for columns '@{[ join ',', @$cols ]}' collides with an inherited method. Renaming to '$new_relname'.
649 my ($self, @cols) = @_;
653 foreach my $col (@cols) {
H A DBase.pm2390 # Set up metadata (cols, pks, etc)
2402 my $cols = $self->_table_columns($table);
2447 my ($name, $cols) = @$uniq;
2448 next if $uniq_tag{ join("\0", @$cols) }++; # skip duplicates
2449 push @uniqs, [$name, $cols];
2479 map { $_, ($col_info->{$_}||{}) } @$cols
2490 my ($name, $cols) = @$uniq;
2491 $self->_dbic_stmt($table_class,'add_unique_constraint', $name, $cols);
2750 my @cols = @_;
2751 while( my ($name,$attrs) = splice @cols,
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dframe.c2472 (frame, cols, pretend)
2473 Lisp_Object frame, cols, pretend;
2476 CHECK_NUMBER (cols);
2486 if (XINT (cols) != FRAME_COLS (f))
2487 x_set_window_size (f, 1, XINT (cols), FRAME_LINES (f));
2492 change_frame_size (f, 0, XINT (cols), !NILP (pretend), 0, 0);
2498 (frame, cols, rows)
2499 Lisp_Object frame, cols, rows;
2504 CHECK_NUMBER (cols);
2513 || XINT (cols) !
2458 Lisp_Object frame, cols, pretend; variable
2461 CHECK_NUMBER (cols); variable
2484 Lisp_Object frame, cols, rows; variable
2489 CHECK_NUMBER (cols); variable
[all...]
H A Dfringe.c1216 int cols = (left_wid + right_wid + font_wid-1) / font_wid;
1217 int real_wid = cols * font_wid;
1252 FRAME_FRINGE_COLS (f) = cols;
1215 int cols = (left_wid + right_wid + font_wid-1) / font_wid; local
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c154 Byte cols[4]; /* Number of data cols */ member in struct:__anon13187
430 sprintf (str, "\tNumber of columns : %.4s\n", th->dsi.cols); OUT;
827 sscanf (th.dsi.cols, "%4d", &nCols);
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/library/
H A DtkTable.tcl763 set cols [expr {[$w cget -cols]-[$w cget -colorigin]}]
777 ## Assume separate cols are split by col separator if specified
784 if {$col > $cols} break
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm44 my @cols = $self->columns('Stringify');
45 @cols = $self->primary_columns unless @cols;
46 return join "/", $self->get(@cols);
482 my (@cols) = keys %$vals;
483 @{$self}{@cols} = @{$vals}{@cols};
836 my @cols = $self->_find_columns(@_);
837 return $self->_croak("Can't get() nothing!") unless @cols;
839 if (my @fetch_cols = grep !$self->_attribute_exists($_), @cols) {
[all...]
/macosx-10.9.5/libedit-39/src/
H A Dreadline.c2129 rl_get_screen_size(int *rows, int *cols) argument
2133 if (cols)
2134 el_get(e, EL_GETTC, "co", cols, NULL);
2138 rl_set_screen_size(int rows, int cols) argument
2143 (void)snprintf(buf, sizeof(buf), "%d", cols);
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtable.el3127 (insert (format " <tgroup cols=\"%d\" align=\"left\" colsep=\"1\" rowsep=\"1\">\n" (length col-list)))
3753 (cols 0) (rows 0) c r cell-list
3789 (if (> c cols) (setq cols c))
3798 (if (> c cols) (setq cols c))
3805 (setq cols (1+ cols)))
3815 (setq cols columns)
3819 (if (zerop cols) (set
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl127 cols 80
640 $con configure -setgrid 1 -width $OPT(cols) -height $OPT(rows)
644 ::tkcon::OPT(cols) ::tkcon::OPT(rows)
647 $::tkcon::OPT(cols) < $::tkcon::EXP(slave,name)}
770 if {$cw*($OPT(cols)+2) > $sw} {
771 set OPT(cols) [expr {($sw / $cw) - 2}]
780 $con configure -height $OPT(rows) -width $OPT(cols)
3161 set blankline [string repeat " " $OPT(cols)]\n
3183 $w insert end [string repeat " " $OPT(cols)]\n
3192 set space_rem_on_line [expr {$OPT(cols)
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dtelnet.c2374 long rows, cols; local
2385 if (TerminalWindowSize(&rows, &cols) == 0) { /* Failed */
2394 PUTSHORT(cp, cols);

Completed in 480 milliseconds

1234567891011