Home
last modified time | relevance | path

Searched refs:mat (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/
H A Dlist.c420 if (n < l->lv_u.mat.lv_idx / 2) in list_find()
429 item = l->lv_u.mat.lv_last; in list_find()
436 idx = l->lv_u.mat.lv_idx; in list_find()
450 item = l->lv_u.mat.lv_last; in list_find()
469 l->lv_u.mat.lv_idx = idx; in list_find()
470 l->lv_u.mat.lv_idx_item = item; in list_find()
585 l->lv_u.mat.lv_last = item; in list_append()
592 l->lv_u.mat.lv_last = item; in list_append()
752 ++l->lv_u.mat.lv_idx; in list_insert()
3159 li = l->lv_u.mat.lv_last; in f_reverse()
[all …]
H A Dtesting.c663 tv = &list->lv_u.mat.lv_last->li_tv; in f_assert_fails()
H A Devalfunc.c6370 idx = l->lv_u.mat.lv_idx; in f_index()
6939 idx = l->lv_u.mat.lv_idx; // use the cached index in find_some_match()
7766 list->lv_u.mat.lv_last = NULL; in range_list_materialize()
7768 list->lv_u.mat.lv_idx_item = NULL; in range_list_materialize()
H A Dchannel.c4313 *rettv = list->lv_u.mat.lv_last->li_tv; in ch_expr_common()
4314 list->lv_u.mat.lv_last->li_tv.v_type = VAR_NUMBER; in ch_expr_common()
H A Dstructs.h1506 } mat; member
H A Dif_mzsch.c3034 curr = list->lv_u.mat.lv_last; in vim_to_mzscheme_impl()
H A Devalvars.c2415 l->lv_u.mat.lv_last->li_tv.v_lock = VAR_FIXED; in set_argv_var()
H A Dif_py_both.h2641 lastaddedli = l->lv_u.mat.lv_last; in ListAssSlice()
/vim-8.2.3635/runtime/syntax/
H A D8th.vim212 Builtin vals m:vals xchg m:xchg zip m:zip ! mat:! * mat:* + mat:+ = mat:= @ mat:@ affine mat:affine
213 Builtin col mat:col data mat:data det mat:det dim? mat:dim? get-n mat:get-n ident mat:ident inv ma…
214 Builtin m. mat:m. minor mat:minor n* mat:n* new mat:new new-minor mat:new-minor rotate mat:rotate …
215 Builtin same-size? mat:same-size? scale mat:scale shear mat:shear trans mat:trans translate mat:tr…
216 Builtin xform mat:xform 2console md:2console 2html md:2html 2nk md:2nk bounds meta:bounds color me…
H A Dia64.vim233 syn match ia64registers "ar\.\(fpsr\|mat\|unat\|rnat\|pfs\|bsp\|bspstore\|rsc\|lc\|ec\|ccv\|itc\|k[…
H A Dvim.vim27 …e[fore] lcs lex[pr] lgete[xpr] lla[st] lnew[er] lockv[ar] ls lvimgrepa[dd] mat[ch] mkv[imrc] nb[ke…
32 …gnorecase imd imstatusfunc indentkeys isfname js langmap linebreak lmap lw mat maxmemtot mkspellme…
/vim-8.2.3635/runtime/doc/
H A Dpattern.txt1385 *:mat* *:match*
1386 :mat[ch] {group} /{pattern}/
1438 :mat[ch]
1439 :mat[ch] none
1443 :2mat[ch] {group} /{pattern}/ *:2match*
1444 :2mat[ch]
1445 :2mat[ch] none
1446 :3mat[ch] {group} /{pattern}/ *:3match*
1447 :3mat[ch]
1448 :3mat[ch] none
H A Dquickref.txt797 'matchtime' 'mat' tenths of a second to show matching paren
H A Dtags451 'mat' options.txt /*'mat'*
2779 :mat pattern.txt /*:mat*
H A Dindex.txt1453 |:match| :mat[ch] define a match to highlight
H A Doptions.txt5134 *'matchtime'* *'mat'*
5135 'matchtime' 'mat' number (default 5)
/vim-8.2.3635/runtime/
H A Doptwin.vim863 call append("$", " \tset mat=" . &mat)
H A Dfiletype.vim1417 au BufNewFile,BufRead *.rad,*.mat setf radiance
/vim-8.2.3635/src/testdir/
H A Dtest_filetype.vim408 \ 'radiance': ['file.rad', 'file.mat'],