Home
last modified time | relevance | path

Searched refs:mch_get_host_name (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dos_amiga.pro20 void mch_get_host_name(char_u *s, int len);
H A Dos_win32.pro20 void mch_get_host_name(char_u *s, int len);
H A Dos_unix.pro29 void mch_get_host_name(char_u *s, int len);
/vim-8.2.3635/src/
H A Dos_amiga.c694 mch_get_host_name(char_u *s, int len) in mch_get_host_name() function
H A Dmemline.c354 mch_get_host_name(b0p->b0_hname, B0_HNAME_SIZE); in ml_open()
2304 mch_get_host_name(hostname, B0_HNAME_SIZE); in swapfile_unchanged()
H A Dos_unix.c2459 mch_get_host_name(char_u *s, int len) in mch_get_host_name() function
2475 mch_get_host_name(char_u *s, int len) in mch_get_host_name() function
H A Dos_win32.c3074 mch_get_host_name( in mch_get_host_name() function
H A Devalfunc.c6292 mch_get_host_name(hostname, 256); in f_hostname()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt5151 - make mch_get_host_name() work with /dec and /standard=vaxc. (Campbell)