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

12345678910

/macosx-10.10/ncurses-44/ncurses/ncurses/
H A Dllib-lncursest1711 int cols)
H A Dllib-lncursesw2215 int cols)
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dtexi2html1153 <FRAMESET cols="140,*">
/macosx-10.10/ncurses-44/ncurses/include/
H A DCaps216 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
262 columns cols num co - - YBCGE number of columns in a line
457 set_window wind str wi - - -B-GE current window is lines #1-#2 cols #3-#4
H A DCaps.aix4216 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
262 columns cols num co - - YBCGE number of columns in a line
457 set_window wind str wi - - -B-GE current window is lines #1-#2 cols #3-#4
H A DCaps.hpux11216 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
263 columns cols num co - - YBCGE number of columns in a line
459 set_window wind str wi - - -B-GE current window is lines #1-#2 cols #3-#4
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el6772 region cols
6790 (setq cols nil ic1 c1 ic2 c2)
6792 (push (org-table-get-field ic1 rpl) cols)
6794 (push (nreverse cols) region)
6815 c cols field)
6816 (while (setq cols (pop clip))
6821 (while (setq field (pop cols))
/macosx-10.10/emacs-93/emacs/src/
H A Dxdisp.c1027 int cols = XFASTINT (w->total_cols);
1032 cols -= WINDOW_SCROLL_BAR_COLS (w);
1037 cols -= XFASTINT (w->left_margin_cols);
1039 cols -= XFASTINT (w->right_margin_cols);
1044 cols = (INTEGERP (w->left_margin_cols)
1050 cols = (INTEGERP (w->right_margin_cols)
1056 return cols * WINDOW_FRAME_COLUMN_WIDTH (w) + pixels;
1024 int cols = XFASTINT (w->total_cols); local
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim3032 \ 'ncurses_newpad(': 'int rows, int cols | resource',
3034 \ 'ncurses_newwin(': 'int rows, int cols, int y, int x | resource',
3133 \ 'newt_create_grid(': 'int cols, int rows | resource',
3158 \ 'newt_get_screen_size(': 'int &#38;cols, int &#38;rows | void',
/macosx-10.10/emacs-93/emacs/etc/
H A Dtermcap.src1241 pcvt25w|dec vt220 emulation with 25 lines and 132 cols:\
1244 pcvt28w|dec vt220 emulation with 28 lines and 132 cols:\
1247 pcvt35w|dec vt220 emulation with 35 lines and 132 cols:\
1250 pcvt40w|dec vt220 emulation with 40 lines and 132 cols:\
1253 pcvt43w|dec vt220 emulation with 43 lines and 132 cols:\
1256 pcvt50w|dec vt220 emulation with 50 lines and 132 cols:\
1678 vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video):\
1681 vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video no automargin):\
1689 vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option):\
3069 # if the terminal is wide (132 cols o
[all...]
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm5462 <frameset cols="20%,80%">
5473 <frameset cols="20%,*">
16504 "SPARSE:cols=$columns commas=$comma_count items:$item_count ids=$identifier_count pairwidth=$pair_width fields=$number_of_fields lines packed: $packed_lines packed_cols=$packed_columns fmtd:$formatted_lines cols /line:$columns_per_line unused:$unused_columns fmtd:$formatted_columns sparsity=$sparsity allow=$max_allowed_sparsity\n";
16550 #print "LISTX: next=$next_nonblank_type avail cols=$columns packed=$packed_columns must format = $must_break_open_container too-long=$too_long opening=$opening_token list_type=$list_type formatted_lines=$formatted_lines packed=$packed_lines max_sparsity= $max_allowed_sparsity sparsity=$sparsity \n";
[all...]

Completed in 328 milliseconds

12345678910