Searched refs:startcol (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Drect.el66 (let (startcol startlinepos endcol endlinepos)
69 (setq startcol (current-column))
77 (if (< endcol startcol)
78 (setq startcol (prog1 endcol (setq endcol startcol))))
84 (move-to-column startcol t)
85 (move-to-column startcol))
86 (setq begextra (- (current-column) startcol))
101 (- endcol startcol)))
109 (let (startcol startp
[all...]
H A Dses.el1079 (defsubst ses-relocate-symbol (sym rowcol startrow startcol rowincr colincr)
1085 (if (or (< row startrow) (< col startcol))
1089 (if (and (>= row startrow) (>= col startcol)
1096 (defun ses-relocate-formula (formula startrow startcol rowincr colincr)
1111 startrow startcol rowincr colincr)
1118 startrow startcol rowincr colincr))
1127 (setq cur (ses-relocate-range cur startrow startcol rowincr colincr))
1135 (push (ses-relocate-formula cur startrow startcol
1140 (defun ses-relocate-range (range startrow startcol rowincr colincr)
1150 startrow startcol
[all...]
/macosx-10.10.1/vim-55/src/proto/
H A Dnormal.pro11 int find_ident_at_pos __ARGS((win_T *wp, linenr_T lnum, colnr_T startcol, char_u **string, int find_type));
H A Dedit.pro11 void set_completion __ARGS((colnr_T startcol, list_T *list));
H A Dspell.pro22 int spell_word_start __ARGS((int startcol));
H A Dcharset.pro18 int linetabsize_col __ARGS((int startcol, char_u *s));
/macosx-10.10.1/vim-55/src/
H A Dedit.c235 static void ins_up __ARGS((int startcol));
237 static void ins_down __ARGS((int startcol));
2647 * "startcol" is where the matched text starts (1 is first column).
2651 set_completion(startcol, list)
2652 colnr_T startcol;
2663 if (startcol > curwin->w_cursor.col)
2664 startcol = curwin->w_cursor.col;
2665 compl_col = startcol;
2666 compl_length = (int)curwin->w_cursor.col - (int)startcol;
4737 int startcol local
5847 int startcol; /* Cursor column at entry */ local
[all...]
H A Dsyntax.c388 static void update_si_end __ARGS((stateitem_T *sip, int startcol, int force));
405 static int check_keyword_id __ARGS((char_u *line, int startcol, int *endcol, long *flags, short **next_list, stateitem_T *cur_si, int *ccharp));
1845 int startcol; local
2078 startcol = pos.col;
2082 spp->sp_startcol = startcol;
2088 if (startcol >= next_match_col)
2158 && (int)endpos.col + syncing < startcol)
2177 && (int)hl_startpos.col < startcol)
2178 hl_startpos.col = startcol;
2182 next_match_col = startcol;
[all...]
H A Dcharset.c856 * Like linetabsize(), but starting at column "startcol".
859 linetabsize_col(startcol, s)
860 int startcol;
863 colnr_T col = startcol;
H A Dmove.c940 colnr_T startcol; local
961 startcol = curwin->w_virtcol = endcol = curwin->w_leftcol;
965 &startcol, &(curwin->w_virtcol), &endcol);
968 if (startcol > dollar_vcol)
1029 off_left = (int)startcol - (int)curwin->w_leftcol - p_siso;
H A Dscreen.c2776 equals startcol of search_hl or one
3287 shl->startcol = MAXCOL;
3303 shl->startcol = shl->rm.startpos[0].col;
3305 shl->startcol = 0;
3312 if (shl->startcol == shl->endcol)
3321 if ((long)shl->startcol < v) /* match at leftcol */
3627 if (shl->startcol != MAXCOL
3628 && v >= (long)shl->startcol
3646 shl->startcol = shl->rm.startpos[0].col;
3652 if (shl->startcol
[all...]
H A Dops.c2943 colnr_T startcol = 0, endcol = MAXCOL; local
2954 startcol = oap->start.col;
2965 startcol++;
2994 endcol = startcol;
3006 if (startcol > endcol
3016 bd.textlen = endcol - startcol + oap->inclusive;
3018 bd.textstart = p + startcol;
H A Dnormal.c3417 find_ident_at_pos(wp, lnum, startcol, string, find_type)
3420 colnr_T startcol;
3446 col = startcol;
3565 startcol -= col;
3578 && col <= (int)startcol
3590 && col <= (int)startcol
H A Dex_getln.c2144 int startcol = 0; local
2166 startcol = msg_col;
2234 msg_col = startcol;
2258 msg_col = startcol;
H A Dstructs.h1791 colnr_T startcol; /* in win_line() points to char where HL starts */ member in struct:__anon14106
H A Dwindow.c4715 int startcol; local
4745 startcol = *col;
4753 *col = startcol; /* all frames are at the same col */
H A Dspell.c15967 * Find start of the word in front of column "startcol".
15973 spell_word_start(startcol)
15974 int startcol;
15981 return startcol;
15983 /* Find a word character before "startcol". */
15985 for (p = line + startcol; p > line; )
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dvirterm156 parseloc $first startrow startcol
160 set data [string range $termdata($startrow) $startcol $endcol]
162 set data [string range $termdata($startrow) $startcol end]
/macosx-10.10.1/vim-55/runtime/macros/
H A Dmatchit.vim102 let startcol = col(".")
106 return s:CleanUp(restore_options, a:mode, startline, startcol)
164 return s:CleanUp(restore_options, a:mode, startline, startcol)
172 let regexp = s:Wholematch(matchline, s:all, startcol-1)
176 return s:CleanUp(restore_options, a:mode, startline, startcol)
281 return s:CleanUp(restore_options, a:mode, startline, startcol, mid.'\|'.fin)
286 fun! s:CleanUp(options, mode, startline, startcol, ...)
297 \ (a:startline == line(".") && a:startcol < col("."))
644 let startcol = col(".")
722 call s:CleanUp(restore_options, a:mode, startline, startcol)
[all...]
/macosx-10.10.1/nano-12/src/
H A Dnano.c1655 ssize_t startcol = 1; local
2161 parse_line_column(&argv[optind][1], &startline, &startcol);
2220 if (startline > 1 || startcol > 1)
2221 do_gotolinecolumn(startline, startcol, FALSE, FALSE, FALSE,
/macosx-10.10.1/vim-55/runtime/syntax/
H A D2html.vim838 let s:startcol = s:col " The start column for processing text
875 let s:expandedtab = strpart(s:line, s:startcol - 1, s:col - s:startcol)
880 if s:startcol + s:idx == 1
884 let s:prevc = matchstr(s:line, '.\%' . (s:startcol + s:idx + s:offset) . 'c')
888 let s:vcol = virtcol([s:lnum, s:startcol + s:idx + s:offset - len(s:prevc)])
893 let s:i = &ts - ((s:idx + s:startcol - 1) % &ts)
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dlexer.c808 uint c, ch, startcol, entver = 0; local
812 startcol = doc->docIn->curcol - 1;
876 lexer->columns = startcol;
954 lexer->columns = startcol;

Completed in 537 milliseconds