Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 108) sorted by relevance

12345

/vim-8.2.3635/runtime/indent/testdir/
H A Druntest.vim26 let root = substitute(fname, '\.in', '', '') variable
31 let out_time = getftime(root . '.out')
33 call delete(root . '.fail')
34 call delete(root . '.out')
109 if getline(1, '$') != readfile(root . '.ok')
116 exe 'write ' . root . '.fail'
119 exe 'write ' . root . '.out'
/vim-8.2.3635/src/
H A Dgui_xmebw.c312 Window root; in set_pixmap() local
346 root = RootWindow(dpy, scr); in set_pixmap()
383 status = XpmReadFileToPixmap(dpy, root, fname, &pix, &mask, &attr); in set_pixmap()
385 status = XpmCreatePixmapFromData(dpy, root, data, &pix, &mask, &attr); in set_pixmap()
389 status = XpmCreatePixmapFromData(dpy, root, blank_xpm, &pix, in set_pixmap()
394 XGetGeometry(dpy, pix, &root, &x, &y, &width, &height, &border, &depth); in set_pixmap()
422 status = XpmCreatePixmapFromData(dpy, root, data, &pix, NULL, &attr); in set_pixmap()
460 status = XpmCreatePixmapFromData(dpy, root, data, &pix, &mask, &attr); in set_pixmap()
1112 Window root; in SetValues() local
1121 XGetGeometry(dpy, XtWindow(cur), &root, &r_x, &r_y, &r_width, in SetValues()
[all …]
H A Dspellfile.c2167 spell_print_tree(wordnode_T *root) in spell_print_tree() argument
2169 if (root != NULL) in spell_print_tree()
2173 spell_clear_flags(root); in spell_print_tree()
2176 spell_print_node(root, 0); in spell_print_tree()
4432 wordnode_T *root, in tree_add_word() argument
4437 wordnode_T *node = root; in tree_add_word()
4544 spell_print_tree(root->wn_sibling); in tree_add_word()
4672 wordtree_compress(spellinfo_T *spin, wordnode_T *root, char *name) in wordtree_compress() argument
4681 if (root->wn_sibling != NULL) in wordtree_compress()
4684 n = node_compress(spin, root->wn_sibling, &ht, &tot); in wordtree_compress()
[all …]
H A DINSTALLmac.txt51 2. Run these commands from the root of the source code directory:
H A DMake_mvc.mak969 ! message Tcl requested (version $(TCL_VER)) - root dir is "$(TCL)"
993 ! message Lua requested (version $(LUA_VER)) - root dir is "$(LUA)"
1021 ! message Python requested (version $(PYTHON_VER)) - root dir is "$(PYTHON)"
1045 ! message Python3 requested (version $(PYTHON3_VER)) - root dir is "$(PYTHON3)"
1064 ! message MzScheme requested - root dir is "$(MZSCHEME)"
1127 ! message Perl requested (version $(PERL_VER)) - root dir is "$(PERL)"
1238 ! message Ruby requested (version $(RUBY_VER)) - root dir is "$(RUBY)"
/vim-8.2.3635/runtime/spell/ga/
H A Dga_IE.diff87 + SAL DHORCH-- K*R* # epenthetic vowel, dorcha root only
88 + SAL DORCH-- T*R* # epenthetic vowel, dorcha root only
112 + SAL �ARM- *R # epenthetic exception, �armh+ t�arma root only
121 + SAL FHOIRF- *R* # epenthetic vowel, foirfe root only
268 + SAL SHORCH-- H*R* # epenthetic vowel, sorcha root only
269 + SAL SORCH-- S*R* # epenthetic vowel, sorcha root only
/vim-8.2.3635/runtime/spell/gd/
H A Dgd_GB.diff83 + SAL DHORCH-- K*R* # epenthetic vowel, dorcha root only
84 + SAL DORCH-- T*R* # epenthetic vowel, dorcha root only
108 + SAL �ARM- *R # epenthetic exception, �armh+ t�arma root only
117 + SAL FHOIRF- *R* # epenthetic vowel, foirfe root only
264 + SAL SHORCH-- H*R* # epenthetic vowel, sorcha root only
265 + SAL SORCH-- S*R* # epenthetic vowel, sorcha root only
/vim-8.2.3635/src/testdir/
H A Dtest_help.vim79 " NOTE: if you run tests as root this will fail. Don't run tests as root!
H A Dcheck.vim163 " Command to check that test is not running as root
167 throw 'Skipped: cannot run test as root'
H A Dtest_getcwd.vim117 let root = fnamemodify('/', ':p')
118 exe 'lcd '.root
H A Dtest_modeline.vim338 " for root and non-root accounts
H A Dshared.vim340 elseif $USER == 'root' || system('id -un') =~ '\<root\>'
/vim-8.2.3635/nsis/lang/
H A Dtradchinese.nsi160 "Remove the Vim root directory"
162 "Remove the Vim root directory. It contains your Vim configuration files!"
H A Denglish.nsi160 "Remove the Vim root directory"
162 "Remove the Vim root directory. It contains your Vim configuration files!"
H A Ddutch.nsi162 "Remove the Vim root directory"
164 "Remove the Vim root directory. It contains your Vim configuration files!"
/vim-8.2.3635/
H A D.cirrus.yml18 # run tests as user "cirrus" instead of root
/vim-8.2.3635/src/proto/
H A Dmenu.pro16 int check_menu_pointer(vimmenu_T *root, vimmenu_T *menu_to_check);
/vim-8.2.3635/runtime/syntax/
H A Dexports.vim20 syn keyword exportsKeySettings contained access anon root rw
H A Dxquery.vim29 …me remove replace replace resolve-QName resolve-uri resolve-uri reverse root root round round-half…
H A Ddnsmasq.vim211 syn match DnsmasqKeyword "^\s*tftp-root\>"
213 syn match DnsmasqKeyword "^\s*tftp-unique-root\>"
H A Dgrub.vim43 \ quit reboot read root rootnoverify savedefault setup
H A Dpsf.vim17 syn keyword psfObject product root subproduct vendor
H A Ddot.vim63 \ resolution root rotate rotation samehead sametail samplepoints scale
H A Dudevrules.vim116 …ntained display '$\%(kernel\|number\|devpath\|id\|major\|minor\|result\|parent\|root\|tempnode\)\>'
H A Dlace.vim26 syn keyword laceTopStruct system root default option visible cluster

12345