Searched defs:startcol (Results 1 – 16 of 16) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_syntax.vim | 30 func AssertHighlightGroups(lnum, startcol, expected, trans = 1, msg = "") argument
|
| /vim-8.2.3635/src/ |
| H A D | textformat.c | 81 int startcol; // Cursor column at entry in internal_format() local
|
| H A D | insexpand.c | 2445 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 D | edit.c | 4702 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 D | move.c | 955 colnr_T startcol; in curs_columns() local
|
| H A D | syntax.c | 1773 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 D | charset.c | 800 linetabsize_col(int startcol, char_u *s) in linetabsize_col()
|
| H A D | register.c | 1233 colnr_T startcol = 0, endcol = MAXCOL; in op_yank() local
|
| H A D | ops.c | 486 colnr_T startcol; // column where insert starts in block_insert() local
|
| H A D | regexp_nfa.c | 5647 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 D | ex_getln.c | 2791 int startcol = 0; in getexmodeline() local
|
| H A D | normal.c | 1524 colnr_T startcol, in find_ident_at_pos()
|
| H A D | spell.c | 4280 spell_word_start(int startcol) in spell_word_start()
|
| H A D | window.c | 5479 int startcol; in frame_comp_pos() local
|
| H A D | evalfunc.c | 6863 colnr_T startcol = 0; in find_some_match() local
|
| H A D | structs.h | 3308 colnr_T startcol; // in win_line() points to char where HL starts member
|