Searched refs:cols (Results 126 - 150 of 236) sorted by relevance

12345678910

/macosx-10.10/Chess-310.6/Sources/
H A DMBCBoardViewDraw.mm424 for (int cols = 0; cols < 8; cols++) {
425 glBindTexture(GL_TEXTURE_2D, fLetterTextures[cols]);
432 l = cols*10.f + kLHOff - 40.0f;
433 r = cols*10.f + kLHOff - 40.0f + kSize;
437 r = cols*10.f + kLHOff - 40.0f;
438 l = cols*10.f + kLHOff - 40.0f + kSize;
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dexterns.h265 int TerminalWindowSize(long *rows, long *cols);
H A Dsys_bsd.c609 TerminalWindowSize(long *rows, long *cols) argument
615 *cols = icols;
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DDOMHTML.idl848 - (int)cols;
850 HRESULT cols([out, retval] int* result);
853 - (void)setCols:(int)cols;
855 HRESULT setCols([in] int cols);
/macosx-10.10/adv_cmds-158/ps/
H A Dps.c212 char *cols; local
234 if ((cols = getenv("COLUMNS")) != NULL && *cols != '\0')
235 termwidth = atoi(cols);
/macosx-10.10/ncurses-44/ncurses/menu/
H A Dmenu.h95 short cols; /* Nr. of items wide */ member in struct:tagMENU
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/oreilly-oscon2001/
H A Doscon278 set cols [schedr columns]
279 for {set c 2} {$c < $cols} {incr c} {
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomp.h72 int cols; /* number of columns */ member in struct:cmgroup
H A Dcomplist.c227 char *cols[MAX_POS + 1]; member in struct:patcol
384 char *p = ++s, *t, *cols[MAX_POS]; local
398 cols[ncols++] = s;
413 pc->cols[i] = cols[i];
414 pc->cols[i] = NULL;
857 if (pc->cols[1]) {
858 patcols = pc->cols;
862 zlrputs(pc->cols[0]);
889 if (pc->cols[
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-vec.el700 (defun math-reduce-cols (f a)
702 (cons 'vec (math-reduce-cols-col-step f (cdr a) 1 (length (nth 1 a))))
705 (defun math-reduce-cols-col-step (f a col cols)
706 (and (< col cols)
707 (cons (math-reduce-cols-row-step f (nth col (car a)) col (cdr a))
708 (math-reduce-cols-col-step f a (1+ col) cols))))
710 (defun math-reduce-cols-row-step (f tot col a)
712 (math-reduce-cols
[all...]
H A Dcalc-map.el865 len cols obj expr)
878 (if (eq mode 'cols)
926 (if (and (eq mode 'cols) (math-matrixp vec))
937 (math-symb-map func 'cols args))
1263 (cols (length (nth 1 b)))
1266 (setq col cols
H A Dcalc-mtx.el70 (cols (length (nth 1 b)))
73 (setq col cols
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dreadline.c2084 rl_get_screen_size(int *rows, int *cols) argument
2088 if (cols)
2089 el_get(e, EL_GETTC, "co", cols);
2093 rl_set_screen_size(int rows, int cols) argument
2098 (void)snprintf(buf, sizeof(buf), "%d", cols);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dexecute_cmd.c1973 int ind, row, elem_len, pos, cols, rows; local
1982 cols = max_elem_len ? COLS / max_elem_len : 1;
1983 if (cols == 0)
1984 cols = 1;
1985 rows = list_len ? list_len / cols + (list_len % cols != 0) : 1;
1986 cols = list_len ? list_len / rows + (list_len % rows != 0) : 1;
1990 rows = cols;
1991 cols = 1;
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_autoindex.c1549 int cols = 1; local
1577 ++cols;
1586 ++cols;
1592 ++cols;
1598 ++cols;
1605 cols,
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcp.c1084 uint32 rows, uint32 cols, int outskew, int inskew)
1087 uint32 j = cols;
1097 uint32 rows, uint32 cols, int outskew, int inskew, tsample_t spp,
1101 uint32 j = cols;
1118 uint32 rows, uint32 cols, int outskew, int inskew, tsample_t spp,
1122 uint32 j = cols;
1083 cpStripToTile(uint8* out, uint8* in, uint32 rows, uint32 cols, int outskew, int inskew) argument
1096 cpContigBufToSeparateBuf(uint8* out, uint8* in, uint32 rows, uint32 cols, int outskew, int inskew, tsample_t spp, int bytes_per_sample ) argument
1117 cpSeparateBufToContigBuf(uint8* out, uint8* in, uint32 rows, uint32 cols, int outskew, int inskew, tsample_t spp, int bytes_per_sample) argument
/macosx-10.10/emacs-93/emacs/src/
H A Dmsdos.c571 dos_set_window_size (rows, cols)
572 int *rows, *cols;
580 if (*rows == current_rows && *cols == current_cols)
588 sprintf (video_name, "screen-dimensions-%dx%d", *rows, *cols);
633 || *cols != current_cols)
685 *cols = ScreenCols ();
688 screen_size_X = *cols;
690 screen_size = *cols * *rows;
694 if (current_rows != *rows || current_cols != *cols)
715 dosv_refresh_virtual_screen (0, *cols * *row
[all...]
H A Dframe.h959 #define FRAME_TEXT_COLS_TO_PIXEL_WIDTH(f, cols) \
960 (FRAME_COL_TO_PIXEL_X (f, cols) \
/macosx-10.10/ncurses-44/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) {
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c780 TerminalWindowSize(long *rows, long *cols) argument
787 *cols = ws.ws_col;
/macosx-10.10/ruby-106/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.10/tcl-105/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.10/vim-55/runtime/syntax/
H A Dterminfo.vim32 syn keyword terminfoNumerics cols it lh lw lines lm xmc ma colors pairs wnum
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dback-sql.h185 char **cols; member in struct:__anon3091
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc.c1559 int col, cols; local
1585 cols = SCREENWIDTH / ++col;
1586 rows = (words + cols - 1) / cols;

Completed in 317 milliseconds

12345678910