Home
last modified time | relevance | path

Searched refs:loose (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c75 int delete, char **loose);
295 char **loose) /* Do another search matching -999 if not found in LookupName() argument
351 if (loose != NULL && returnValue == None && !IsSerialName(name)) in LookupName()
362 *loose = strdup(p + 1); in LookupName()
/vim-8.2.3635/src/
H A Dif_xcmdsrv.c189 static Window LookupName(Display *dpy, char_u *name, int delete, char_u **loose);
901 char_u **loose) // Do another search matching -999 if not found in LookupName() argument
935 if (loose != NULL && returnValue == (int_u)None && !IsSerialName(name)) in LookupName()
946 *loose = vim_strsave(p + 1); in LookupName()
/vim-8.2.3635/runtime/syntax/
H A Dtidy.vim25 syn keyword tidyDoctype contained html5 omit auto strict loose transitional user
H A D2html.vim1905 …HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n"
/vim-8.2.3635/runtime/autoload/
H A Dhtmlcomplete.vim665 … html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">',
668 …TYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">',
H A Dtohtml.vim380 call add(html, ' "http://www.w3.org/TR/html4/loose.dtd">')
H A Dcsscomplete.vim331 let values = ["auto", "loose", "normal", "strict"]
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt15328 Solution: When using fork() do not loose the selection, keep serving it.