Searched refs:hd (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/runtime/syntax/ |
| H A D | rhelp.vim | 106 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 D | terminfo.vim | 40 \ defc dch1 dl1 dial dsl dclk hd enacs smacs
|
| H A D | erlang.vim | 117 syn keyword erlangBIF halt hd integer_to_binary integer_to_list contained
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_expr.vim | 192 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 D | gui_athena.c | 2097 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 D | version6.txt | 10199 Solution: Change sscanf "%hd" to "%d", the argument is an int now. Add
|