Home
last modified time | relevance | path

Searched refs:device (Results 1 – 25 of 80) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dos_amiga.c336 char_u *device = NULL; in mch_check_win() local
391 device = (char_u *)argv[i + 1]; in mch_check_win()
402 && device == NULL in mch_check_win()
421 device = constrings[i]; in mch_check_win()
422 if (device != NULL && (raw_in = Open((UBYTE *)device, in mch_check_win()
518 device = constrings[i]; in mch_check_win()
519 else if (device == NULL) in mch_check_win()
521 sprintf((char *)buf2, "newcli <nil: >nil: %s from %s", (char *)device, (char *)buf1); in mch_check_win()
H A Dbufwrite.c665 int device = FALSE; // writing to a device in buf_write() local
1064 device = TRUE; in buf_write()
1090 device = TRUE; in buf_write()
1110 if (!device && !newfile) in buf_write()
2181 if (p_fs && vim_fsync(fd) != 0 && !device) in buf_write()
2381 if (device) in buf_write()
H A Dgui_gtk.c1938 trigger.device = NULL; in gui_mch_show_popupmenu()
2018 trigger.device = NULL; in gui_make_popup()
/vim-8.2.3635/runtime/syntax/
H A Dmplayerconf.vim39 \ cdrom-device cache cdda channels chapter
41 \ dumpvideo dvbin dvd-device dvdangle forceidx
79 \ bluray-device border border-pos-x border-pos-y
101 \ refreshrate reuse-socket rtc rtc-device
H A Dalsaconf.vim31 syn keyword alsaconfKeyword card default device errors files func strings
H A Dahdl.vim17 syn keyword ahdlKeyword device else elsif end for function generate
H A Davra.vim28 syn keyword avraDirective .byte .cseg .db .def .device .dseg .dw .endmacro .equ
H A Dupstart.vim99 syn match upstartEvent /\<\i\{-1,}-device-\(added\|removed\|up\|down\)/
H A Dgrub.vim36 syn keyword grubCommand contained bootp color device dhcp hide ifconfig
H A Dcupl.vim19 syn keyword cuplHeader assembly assy location device nextgroup=cuplHeaderContents
H A Dhercules.vim43 syn keyword herculesStatement device gendev nmos pmos diode npn pnp
H A Ddts.vim2 " Language: dts/dtsi (device tree files)
H A Dabel.vim18 syn keyword abelHeader module title device options
H A Ddcl.vim52 syn keyword dclLexical f$device f$file_attributes f$length f$process f$user
H A Dcmusrc.vim191 \ '\%(dsp\|mixer\)\.\%(alsa\|oss\|sun\)\.\%(channel\|device\)'
H A Dcss.vim426 syn match cssMediaProp contained /\(\(max\|min\)-\)\=\(\(device\)-\)\=aspect-ratio/
427 syn match cssMediaProp contained /\(\(max\|min\)-\)\=device-pixel-ratio/
428 syn match cssMediaProp contained /\(\(max\|min\)-\)\=device-\(height\|width\)/
H A Dpostscr.vim535 " PS LL3 Output device resource entries
693 " GS device operators
716 " GS device parameters
H A Dbtm.vim96 syn keyword btmBuiltInFunc contained device diskfree disktotal
/vim-8.2.3635/runtime/doc/
H A Dos_vms.txt137 define/nolog VIM device:[path.vim]
138 define/nolog VIMRUNTIME device:[path.vim.vim60]
139 define/nolog TMP device:[path.tmp]
169 $ define VIM device:<path>
216 $ define VIM "<server_name>[""user password""]::device:<path>"
233 $ define/nolog/sys VIM device:<path>
276 $ mc device:<path>VIM.EXE -g
384 Note: You may use <,> brackets as well (device:<path>file.ext;version) as
396 vi "<server>""username passwd""::<device>:<path><filename>;<version>"
410 $ define "VIM "<vim_server>""''p1' ''p2'""::<device>:<vim_path>"
H A Dvim.man142 -d {device} Open {device} for use as a terminal. Only on the Amiga.
H A Dvi_diff.txt760 window is opened (and :sh still works). You can give a device to use for
807 The AUX: device of the Amiga is supported.
1199 -d {device} Vim: Use {device} for I/O (Amiga only). {only when compiled
1203 -dev {device} Vim: Use {device} for I/O (Amiga only).
H A Dediting.txt1065 *write-device*
1066 When the file name is actually a device name, Vim will not make a backup (that
1067 would be impossible). You need to use "!", since the device already exists.
1072 For Unix a device is detected when the name doesn't refer to a normal file or
1073 a directory. A fifo or named pipe also looks like a device to Vim.
1074 For MS-Windows the device is detected by its name:
/vim-8.2.3635/src/testdir/
H A Dcheck.vim179 " Command to check that loopback device has IPv6 address
189 throw 'Skipped: no IPv6 address for loopback device'
H A Dtest_writefile.vim291 " Test for writing to a block device on Unix-like systems
854 " Write to a device file (in Unix-like systems) which cannot be backed up.
/vim-8.2.3635/src/libvterm/doc/
H A Dseqs.txt101 123 CSI c = DA, device attributes

1234