Home
last modified time | relevance | path

Searched refs:Alloc (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_at_fs.c470 int Alloc; in SFgetHomeDirs() local
476 Alloc = 1; in SFgetHomeDirs()
493 if (i >= Alloc) in SFgetHomeDirs()
495 Alloc *= 2; in SFgetHomeDirs()
565 static int Alloc; in SFupdatePath() local
580 for (j = 1; j < Alloc; j++) in SFupdatePath()
659 if (i >= Alloc) in SFupdatePath()
663 for (j = Alloc / 2; j < Alloc; j++) in SFupdatePath()
2015 int Alloc = 0; in SFgetDir() local
2045 if (i >= Alloc) in SFgetDir()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dncf.vim116 syn match ncfSetCommandsBool "\(Alloc Memory Check Flag\)\s*="
/vim-8.2.3635/src/testdir/
H A Druntest.vim166 call add(v:errors, 'Alloc ID ' . a:name . ' not defined')
/vim-8.2.3635/runtime/autoload/
H A Dhaskellcomplete.vim2256 \ , "Foreign.Marshal.Alloc"
2969 \ , "Foreign.Marshal.Alloc"
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt34637 Problem: Alloc() returning "char_u *" causes a lot of type casts.