Searched refs:cur_col (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dtkterm71 # cur_col ;# current col where insert marker is
97 # if {$cur_row == 1 && $cur_col == 0} ...
252 global cols cur_col cur_row
255 set col $cur_col
258 set space_rem_on_line [expr $cols - $cur_col]
262 set cur_col $col
267 global rows cols cur_row cur_col term
276 set cur_col 0
278 $term mark set insert $cur_row.$cur_col
348 global cols cur_col cur_ro
[all...]
H A Dterm_expect65 # cur_col ;# current col where insert marker is
91 # if {$cur_row == 1 && $cur_col == 0} ...
246 global cols cur_col cur_row
249 set col $cur_col
252 set space_rem_on_line [expr $cols - $cur_col]
256 set cur_col $col
261 global rows cols cur_row cur_col term
270 set cur_col 0
272 $term mark set insert $cur_row.$cur_col
321 global cols cur_col cur_ro
[all...]
H A Dvirterm36 # cur_col ;# current col where insert marker is
62 # if {$cur_row == 1 && $cur_col == 0} ...
183 global rows cols cur_row cur_col term termdata blankline
192 set cur_col 0
208 global cols cur_col cur_row term
211 set space_rem_on_line [expr $cols - $cur_col]
218 term_replace $cur_row $cur_col \
220 incr cur_col $chars_rem_to_write
228 term_replace $cur_row $cur_col\
235 # update cur_col
[all...]
/macosx-10.10.1/text_cmds-88/col/
H A Dcol.c130 int cur_col; /* current column */ local
173 adjust = cur_col = extra_lines = warned = 0;
182 if (cur_col == 0)
184 --cur_col;
187 cur_col = 0;
207 cur_col = 0;
210 ++cur_col;
219 cur_col |= 7;
220 ++cur_col;
228 cur_col
[all...]
/macosx-10.10.1/vim-55/src/
H A Dmessage.c3016 static int cur_col = 0; local
3034 while (cur_col < msg_col)
3044 ++cur_col;
3063 cur_col = 0;
3065 cur_col += (8 - cur_col % 8);
3067 ++cur_col;
3072 msg_col = cur_col;
3186 static int cur_col = 0; local
3197 while (cur_col < msg_co
[all...]

Completed in 118 milliseconds