Searched refs:lpos (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | mark.c | 1412 list_T *lpos; in add_mark() local 1427 lpos = list_alloc(); in add_mark() 1428 if (lpos == NULL) in add_mark() 1431 list_append_number(lpos, bufnr); in add_mark() 1432 list_append_number(lpos, pos->lnum); in add_mark() 1433 list_append_number(lpos, pos->col + 1); in add_mark() 1434 list_append_number(lpos, pos->coladd); in add_mark() 1437 || dict_add_list(d, "pos", lpos) == FAIL in add_mark()
|
| H A D | search.c | 2784 pos_T *lpos, save_cursor; in showmatch() local 2821 if ((lpos = findmatch(NULL, NUL)) == NULL) // no match, so beep in showmatch() 2823 else if (lpos->lnum >= curwin->w_topline && lpos->lnum < curwin->w_botline) in showmatch() 2826 getvcol(curwin, lpos, NULL, &vcol, NULL); in showmatch() 2830 mpos = *lpos; // save the pos, update_screen() may change it in showmatch()
|
| H A D | cindent.c | 274 lpos_T lpos; member 1443 lpos_T *pos = &cached->lpos; // find position in cin_is_cpp_baseclass() 3078 cache_cpp_baseclass.lpos.col); in get_c_indent() 3687 amount = get_baseclass_amount(cache_cpp_baseclass.lpos.col); in get_c_indent()
|
| H A D | regexp_nfa.c | 7321 struct linepos *lpos = &subs.synt.list.line[i]; in nfa_regtry() local 7323 if (lpos->start != NULL && lpos->end != NULL) in nfa_regtry() 7325 vim_strnsave(lpos->start, lpos->end - lpos->start); in nfa_regtry()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ibasic.vim | 63 syn keyword ibasicBuiltInFunction log lpos mod peek pen point pos rnd sadd screen seek
|
| H A D | basic.vim | 95 syn keyword basicFunction LPOS lpos Lpos PEEK peek Peek
|
| H A D | mush.vim | 44 syntax keyword mushFunction contained lparent lplayers lports lpos lsearch lsearchr
|