Home
last modified time | relevance | path

Searched refs:pathname (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Dlisp.vim216 syn keyword lispFunc char-font logical-pathname slot-boundp
282 syn keyword lispFunc decf merge-pathname subst
315 syn keyword lispFunc describe nil translate-logical-pathname
352 syn keyword lispFunc eq otherwise user-homedir-pathname
365 syn keyword lispFunc expt parse-integer wild-pathname-p
367 syn keyword lispFunc fboundp pathname with-compilation-unit
370 syn keyword lispFunc ffloor pathname-host with-input-from-string
371 syn keyword lispFunc fifth pathname-match-p with-open-file
372 syn keyword lispFunc file-author pathname-name with-open-stream
374 syn keyword lispFunc file-error-pathname pathname-type with-package-iterator
[all …]
H A Deuphoria4.vim131 syn keyword euphoria4Library parse_url patch pathinfo pathname pcre_copyright
H A Dmupad.vim93 syn keyword mupadFunction fread ftextinput readbitmap readdata pathname
H A Daml.vim57 …tunique locase log max menu min mod noecho null okangle okdistance open pathname prefix query quot…
H A Dsas.vim102 …int notpunct notspace notupper notxdigit npv nvalid nwkdom open ordinal pathname pctl pdf peek pee…
H A Dprogress.vim225 … page-wid[th] paged parent parent-buffer parent-rel[ation] parse-status partial-key pascal pathname
H A Dtypescriptcommon.vim1219 syntax keyword typescriptBOMLocationProp contained pathname search hash username password
1278 syntax keyword typescriptURLUtilsProp contained pathname port protocol search searchParams
H A Dbaan.vim1453 syn keyword baanBshell pathname
/vim-8.2.3635/runtime/doc/
H A Dnetbeans.txt373 pathname String argument: file name with full path.
438 editFile pathname
439 Set the name for the buffer and edit the file "pathname", a
485 putBufferNumber pathname
487 "pathname", a string argument. To be used when the editor
519 setBufferNumber pathname
521 "pathname". To be used when the editor reported editing
544 setFullName pathname
545 Set the file name to be used for a buffer to "pathname", a
740 fileOpened pathname open modified
[all …]
H A Dif_cscop.txt106 [pre-path] is the pathname used with the -P command to cscope.
208 the pathname of the cscope database. Kill a cscope connection
374 Put these entries in your .vimrc (adjust the pathname accordingly to your
H A Dfiletype.txt518 ChangeLog's pathname and the current buffers pathname.
H A Dstarting.txt664 "Default Tool" of the icon must be the full pathname of the Vim executable.
H A Dversion5.txt2363 Win32: When started with single full pathname (e.g. via double-clicked file),
/vim-8.2.3635/runtime/autoload/
H A Djavascriptcomplete.vim147 \ 'noHref', 'pathname', 'port', 'protocol', 'search', 'shape', 'tabIndex', 'target']
286 let locaprop = ['href', 'hash', 'host', 'hostname', 'pathname', 'port', 'protocol',
H A Dphpcomplete.vim2781 …ring $path | int','lstat(':'string $filename | array','mkdir(':'string $pathname [, int $mode = 07…
2808pathname]]] | bool','pg_lo_import(':'[ resource $connection [, string $pathname [, mixed $object_i…
/vim-8.2.3635/src/
H A Dif_py_both.h1246 PyObject *fd, *pathname, *description; in call_load_module() local
1265 || !(pathname = PyTuple_GET_ITEM(find_module_result, 1)) in call_load_module()
1274 "s#OOO", name, len, fd, pathname, description); in call_load_module()