| /vim-8.2.3635/src/ |
| H A D | highlight.c | 622 int init) in highlight_group_link() argument 663 if (!init) in highlight_group_link() 790 if (!init) in highlight_set_termgui_attr() 1005 int init) in highlight_set_cterm_color() argument 1013 if (!init) in highlight_set_cterm_color() 1112 int init) in highlight_set_guifg() argument 1123 if (!init) in highlight_set_guifg() 1181 int init) in highlight_set_guibg() argument 1192 if (!init) in highlight_set_guibg() 1254 if (!init) in highlight_set_guisp() [all …]
|
| H A D | gui_haiku.cc | 187 void init(); 383 void init(); 897 init(); in VimWindow() 910 VimWindow::init() in init() function in VimWindow 992 init(frame); in VimFormView() 1159 init(frame); in VimTextAreaView() 2019 init(); in VimFont() 2024 init(); in VimFont() 2029 init(); in VimFont() 2034 init(); in VimFont() [all …]
|
| H A D | os_macosx.m | 60 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 150 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | mason.vim | 54 syn region masonInit matchgroup=Delimiter start="<%init>" end="</%init>" contains=masonPod,@perlTop
|
| H A D | cvsrc.vim | 22 \ start='export\|history\|import\|init\|log'
|
| H A D | sil.vim | 60 \ init 123 syn keyword swiftFuncKeyword subscript init destructor nextgroup=swiftTypeParameters
|
| H A D | netrc.vim | 35 syn match netrcInit contained '\<init$'
|
| H A D | baan.vim | 869 syn match baan4gl "init\.form:" 934 syn match baan4gl "init\.field:" 954 syn match baan4gl "init\.group:" 1169 syn keyword baanBshell rnd.init 1342 syn keyword baanBshell bms.init 1441 syn keyword baanBshell init.first 1442 syn keyword baanBshell init.last 1443 syn keyword baanBshell init.next 1444 syn keyword baanBshell init.prev 1788 syn keyword baanBshell art.init [all …]
|
| H A D | inittab.vim | 2 " Language: SysV-compatible init process control file `inittab'
|
| H A D | ora.vim | 189 "init.ora 194 "init params 322 "undocumented init params
|
| H A D | 8th.vim | 124 Builtin disconnect bt:disconnect init bt:init leconnect bt:leconnect lescan bt:lescan listen bt:li… 257 Builtin group-scroll-ofs! nk:group-scroll-ofs! hovered? nk:hovered? image nk:image init nk:init in… 320 Builtin gain? snd:gain? init snd:init len snd:len loop snd:loop loop? snd:loop? mix snd:mix new sn… 339 Builtin md-init xml:md-init md-parse xml:md-parse parse xml:parse parse-html xml:parse-html parse-…
|
| H A D | upstart.vim | 8 " Remark: Syntax highlighting for Upstart (init(8)) job files.
|
| H A D | ampl.vim | 94 syn match amplDotSuffix "\h\w*\.\(init\|body\|dinit\|dual\)"hs=e-4
|
| H A D | sqr.vim | 90 syn keyword sqrCommand printer-deinit printer-init put read 124 syn keyword sqrParam init-string input-date-edit-mask insert
|
| H A D | cterm.vim | 23 syn keyword ctermFunction help hiwait htime ignore init itime
|
| /vim-8.2.3635/src/libvterm/src/encoding/ |
| H A D | uk.inc | 3 NULL, /* init */
|
| H A D | DECdrawing.inc | 3 NULL, /* init */
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | state.c | 97 if(state->encoding_utf8.enc->init) in vterm_state_new() 98 (*state->encoding_utf8.enc->init)(state->encoding_utf8.enc, state->encoding_utf8.data); in vterm_state_new() 702 if(newenc->init) in on_escape() 703 (*newenc->init)(newenc, state->encoding[setnum].data); in on_escape() 1942 if(default_enc->init) in vterm_state_reset() 1943 (*default_enc->init)(default_enc, state->encoding[i].data); in vterm_state_reset()
|
| H A D | vterm_internal.h | 233 void (*init) (VTermEncoding *enc, void *data); member
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_filetype.vim | 526 …init/file.conf', '/etc/init/file.override', '/.init/file.conf', '/.init/file.override', '/.config/…
|
| H A D | test_cindent.vim | 4632 function init(options) { 4655 init.apply(this,_arguments); 4700 function init(options) { 4723 init.apply(this,_arguments); 4754 function init(options) { 4778 function init(options) { 4808 function init(options) { 4834 function init(options) {
|
| /vim-8.2.3635/src/proto/ |
| H A D | highlight.pro | 8 void do_highlight(char_u *line, int forceit, int init);
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | codeql-analysis.yml | 37 uses: github/codeql-action/init@v1
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | harness.c | 671 if(encoding.enc->init) in main() 672 (*encoding.enc->init)(encoding.enc, encoding.data); in main()
|
| /vim-8.2.3635/runtime/colors/tools/ |
| H A D | check_colors.vim | 153 let err['init'] = 'No initialization'
|