Home
last modified time | relevance | path

Searched defs:startcol (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_syntax.vim30 func AssertHighlightGroups(lnum, startcol, expected, trans = 1, msg = "") argument
/vim-8.2.3635/src/
H A Dtextformat.c81 int startcol; // Cursor column at entry in internal_format() local
H A Dinsexpand.c2445 set_completion(colnr_T startcol, list_T *list) in set_completion()
2504 int startcol; in f_complete() local
3705 int startcol = 0; // column where searched text starts in ins_complete() local
H A Dedit.c4702 int startcol) // when TRUE move to Insstart.col in ins_up()
4763 int startcol) // when TRUE move to Insstart.col in ins_down()
H A Dmove.c955 colnr_T startcol; in curs_columns() local
H A Dsyntax.c1773 int startcol; in syn_current_attr() local
2685 int startcol, // where to start searching for the end in update_si_end()
3235 int startcol, // position in line to check for keyword in check_keyword_id()
H A Dcharset.c800 linetabsize_col(int startcol, char_u *s) in linetabsize_col()
H A Dregister.c1233 colnr_T startcol = 0, endcol = MAXCOL; in op_yank() local
H A Dops.c486 colnr_T startcol; // column where insert starts in block_insert() local
H A Dregexp_nfa.c5647 find_match_text(colnr_T startcol, int regstart, char_u *match_text) in find_match_text()
7343 colnr_T startcol, // column to start looking for match in nfa_regexec_both()
H A Dex_getln.c2791 int startcol = 0; in getexmodeline() local
H A Dnormal.c1524 colnr_T startcol, in find_ident_at_pos()
H A Dspell.c4280 spell_word_start(int startcol) in spell_word_start()
H A Dwindow.c5479 int startcol; in frame_comp_pos() local
H A Devalfunc.c6863 colnr_T startcol = 0; in find_some_match() local
H A Dstructs.h3308 colnr_T startcol; // in win_line() points to char where HL starts member