Home
last modified time | relevance | path

Searched refs:hd (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Drhelp.vim106 let s:hd = 1
108 let s:hd = 0
110 call s:HideSymbol('\\infty\>', '∞', s:hd)
111 call s:HideSymbol('\\ge\>', '≥', s:hd)
112 call s:HideSymbol('\\le\>', '≤', s:hd)
113 call s:HideSymbol('\\prod\>', '∏', s:hd)
114 call s:HideSymbol('\\sum\>', '∑', s:hd)
119 let s:hd = 1
121 let s:hd = 0
123 call s:HideSymbol('\\alpha\>', 'α', s:hd)
[all …]
H A Dterminfo.vim40 \ defc dch1 dl1 dial dsl dclk hd enacs smacs
H A Derlang.vim117 syn keyword erlangBIF halt hd integer_to_binary integer_to_list contained
/vim-8.2.3635/src/testdir/
H A Dtest_expr.vim192 call assert_equal('123', printf('%hd', 123))
193 call assert_equal('-123', printf('%hd', -123))
194 call assert_equal('-1', printf('%hd', 0xFFFF))
195 call assert_equal('-1', printf('%hd', 0x1FFFFF))
/vim-8.2.3635/src/
H A Dgui_athena.c2097 Position wd, hd; in gui_mch_dialog() local
2222 XtNheight, &hd, in gui_mch_dialog()
2230 (Position)((hv - hd) / 2), in gui_mch_dialog()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt10199 Solution: Change sscanf "%hd" to "%d", the argument is an int now. Add