Searched refs:cols (Results 101 - 125 of 236) sorted by relevance

12345678910

/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableCmds.c444 /* Only rerequest geometry if the basis is the #rows &| #cols */
864 tablePtr->titleCols, tablePtr->cols-1);
912 0, tablePtr->cols-1);
917 tablePtr->titleCols, tablePtr->cols-1);
982 c2 = tablePtr->cols-1+c1;
994 c2 = tablePtr->cols-1+c1;
1091 lastCol = tablePtr->cols-1+tablePtr->colOffset;
1216 last = (double) (tablePtr->colStarts[tablePtr->cols]-diff);
1260 tablePtr->leftCol = (int)(frac*tablePtr->cols)
1283 CONSTRAIN(tablePtr->leftCol, tablePtr->titleCols, tablePtr->cols
[all...]
H A DtkTable.c110 {"col", SEL_COL}, /* allow cols to be dragged */
139 added to rows or cols */
198 {TK_CONFIG_INT, "-cols", "cols", "Cols", "10",
199 Tk_Offset(Table, cols), 0},
341 "-cols", "-colstretchmode", "-coltagcommand",
1170 tablePtr->cols = MAX(1, tablePtr->cols);
1178 CONSTRAIN(tablePtr->titleCols, 0, tablePtr->cols);
1648 /* Remove now hidden cols */
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Del.c566 int lins, cols; local
574 if (term_get_size(el, &lins, &cols))
575 term_change_size(el, lins, cols);
H A Dterm.c933 int lins, cols; local
1000 (void) term_get_size(el, &lins, &cols);
1001 if (term_change_size(el, lins, cols) == -1)
1011 * Return the new window size in lines and cols, and
1015 term_get_size(EditLine *el, int *lins, int *cols) argument
1018 *cols = Val(T_co);
1026 *cols = ws.ws_col;
1037 *cols = ts.ts_cols;
1043 return (Val(T_co) != *cols || Val(T_li) != *lins);
1051 term_change_size(EditLine *el, int lins, int cols) argument
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Ddosfns.c221 int rows, cols, i, j; variable
223 if (!dos_get_saved_screen (&s, &rows, &cols))
228 for (j = 0; j < cols; j++)
H A Dgtkutil.h189 extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows));
/macosx-10.10/libedit-40/src/
H A Del.c571 int lins, cols; local
579 if (terminal_get_size(el, &lins, &cols))
580 terminal_change_size(el, lins, cols);
H A Dterminal.c865 int lins, cols; local
932 (void) terminal_get_size(el, &lins, &cols);
933 if (terminal_change_size(el, lins, cols) == -1)
943 * Return the new window size in lines and cols, and
947 terminal_get_size(EditLine *el, int *lins, int *cols) argument
950 *cols = Val(T_co);
958 *cols = ws.ws_col;
969 *cols = ts.ts_cols;
975 return Val(T_co) != *cols || Val(T_li) != *lins;
983 terminal_change_size(EditLine *el, int lins, int cols) argument
[all...]
/macosx-10.10/nano-12/src/
H A Dtext.c199 void do_indent(ssize_t cols) argument
215 /* If cols is zero, get out. */
216 if (cols == 0)
219 /* If cols is negative, make it positive and set unindent to
221 if (cols < 0) {
222 cols = -cols;
241 line_indent = charalloc(cols + 1);
244 /* Set the indentation to cols spaces. */
245 charset(line_indent, ' ', cols);
[all...]
/macosx-10.10/ruby-106/ruby/test/csv/
H A Dtest_table.rb36 cols = @table.by_col
38 assert_equal(:col, cols.mode)
39 assert_equal(@table, cols)
372 # cols
/macosx-10.10/tcsh-65/tcsh/
H A Ded.screen.c595 else if (strcmp(cv, "cols") == 0 || strcmp(cv, "co") == 0) {
1406 int lins, cols; local
1507 (void) GetSize(&lins, &cols); /* get the correct window size */
1508 ChangeSize(lins, cols);
1520 * Return the new window size in lines and cols, and
1525 GetSize(int *lins, int *cols) argument
1527 *cols = Val(T_co);
1538 *cols = ws.ws_col;
1552 *cols = ts.ts_cols;
1560 return (Val(T_co) != *cols || Va
1566 ChangeSize(int lins, int cols) argument
[all...]
H A Ded.init.c95 int lins, cols; local
105 if (GetSize(&lins, &cols) || force) {
111 ChangeSize(lins, cols);
115 ChangeSize(lins, cols);
/macosx-10.10/ncurses-44/ncurses/test/
H A Ddemo_menus.c805 rip_footer(WINDOW *win, int cols) argument
810 wprintw(win, "footer: %d columns", cols);
816 rip_header(WINDOW *win, int cols) argument
821 wprintw(win, "header: %d columns", cols);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dlinalg.tcl1410 # Swap two cols of a matrix
1892 foreach {rows cols} [shape $matrix] {break}
1896 for { set j 0 } { $j < $cols } { incr j } {
1898 for { set i $j } { $i < $cols } { incr i } {
1920 for { set i 0 } { $i < $cols } { incr i } {
2171 foreach {rows cols} [shape $mv] {
2172 if { $cols == {} } {
2173 set cols 0
2177 set result [list 2 $rows $cols]
2193 foreach {rows cols} [lrang
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-html.el54 (defcustom cal-html-year-index-cols 3
279 (defun cal-html-insert-year-minicals (year cols)
281 There are 12/cols rows of COLS months each."
291 (if (zerop (mod (1+ i) cols))
439 (cal-html-insert-year-minicals year cal-html-year-index-cols)
/macosx-10.10/emacs-93/emacs/lisp/
H A Dscroll-bar.el63 (cols (nth 1 wsb)))
67 ((and (eq vtype side) cols))
H A Dimage.el458 (defun insert-sliced-image (image &optional string area rows cols)
482 (let ((x 0.0) (dx (/ 1.0001 (or cols 1)))
/macosx-10.10/ncurses-44/ncurses/form/
H A Dform.h74 short cols; /* size in cols */ member in struct:fieldnode
78 int dcols; /* dynamic cols */
137 short cols; /* size in cols */ member in struct:formnode
H A Dfrm_driver.c169 ((field)->dcols > (field)->cols))
182 (((field)->dcols == (field)->cols) && \
467 form->curcol = idx - field->cols * form->currow;
627 growth = field->cols * amount;
760 && (field->fcol + field->cols) > rx)
852 if (form->curcol >= (form->begincol + field->cols))
853 form->begincol = form->curcol - field->cols + 1;
862 field->cols + field->fcol - 1,
923 field->cols + field->fcol - 1,
962 assert(win && (field->drows == 1) && (field->dcols == field->cols));
[all...]
H A Dllib-lform162 int cols,
210 int *cols,
611 int *cols)
H A Dllib-lformw162 int cols,
210 int *cols,
617 int *cols)
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c516 int rows,cols; local
519 cols = (int)strtol(cp, (char**)0, 10)-1;
522 astwinsize(2,&rows,&cols);
523 if(--cols <0)
524 cols = DFLTWINDOW-1;
526 if(cols < MINWINDOW)
527 cols = MINWINDOW;
528 else if(cols > MAXWINDOW)
529 cols = MAXWINDOW;
530 return(cols);
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dsqlcomplete.vim549 function! s:SQLCAddAlias(table_name, table_alias, cols)
553 let cols = a:cols
592 let cols = substitute(cols, '\<\w', table_alias.'&', 'g')
596 return cols
789 let cols = join(table_cols, ', ')
790 let cols = s:SQLCAddAlias(table_name, table_alias, cols)
791 let table_cols = [cols]
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dfault.c77 int rows=0, cols=0; local
79 astwinsize(2,&rows,&cols);
80 if(v = cols)
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DQuery.pm128 my ($self, $type, @cols) = @_;

Completed in 385 milliseconds

12345678910