Home
last modified time | relevance | path

Searched refs:uname (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/runtime/
H A Dbugreport.vim20 : !echo "uname -a" >bugreport.txt
21 : !uname -a >>bugreport.txt
/vim-8.2.3635/src/libvterm/
H A DMakefile1 ifeq ($(shell uname),Darwin)
13 ifeq ($(shell uname),SunOS)
/vim-8.2.3635/ci/
H A Dbuild-snd-dummy.sh4 LINUX_VERSION=$(uname -r | cut -d. -f1-2)
/vim-8.2.3635/src/
H A DINSTALLami.txt16 can be used to override uname and thereby set the target. An example is shown
H A Dconfigure.ac163 case `uname` in
171 case `uname` in
182 if test "`(uname) 2>/dev/null`" = Darwin; then
398 case `uname` in
914 uname -r | grep '^5' >/dev/null; then
1884 uname -r | grep '^5' >/dev/null; then
2285 uname -r | grep '^5' >/dev/null; then
2974 if test "`(uname) 2>/dev/null`" = SunOS &&
2975 uname -r | grep '^5' >/dev/null; then
3218 case `uname` in
[all …]
H A DMake_ami.mak7 UNM ?= $(shell uname)
H A Dmemline.c1001 char_u uname[B0_UNAME_SIZE]; in set_b0_fname()
1016 if (get_user_name(uname, B0_UNAME_SIZE) == FAIL in set_b0_fname()
1017 || (ulen = STRLEN(uname)) + flen > B0_FNAME_SIZE_CRYPT - 1) in set_b0_fname()
1023 mch_memmove(b0p->b0_fname + 1, uname, ulen); in set_b0_fname()
2158 char_u uname[B0_UNAME_SIZE]; in swapfile_info() local
2166 if (mch_get_uname(st.st_uid, uname, B0_UNAME_SIZE) == OK) in swapfile_info()
2169 msg_outtrans(uname); in swapfile_info()
H A Duserfunc.c4242 char_u *uname = untrans_function_name(name); in define_function() local
4244 import = find_imported(uname == NULL ? name : uname, 0, NULL); in define_function()
H A Dos_unix.c2463 if (uname(&vutsname) < 0) in mch_get_host_name()
/vim-8.2.3635/runtime/ftplugin/
H A Dman.vim71 …if !has("win32") && $OSTYPE !~ 'cygwin\|linux' && system('uname -s') =~ "SunOS" && system('uname -…
/vim-8.2.3635/src/testdir/
H A Dtest_functions.vim1422 let hostname_system = systemlist('uname -n')[0]
1830 let test_arch = system('uname -p')
2003 if has('unix') && executable('uname')
2004 let uname = system('uname')
2006 call assert_equal(uname =~? '\%(GNU/k\w\+\)\@<!BSD\|DragonFly', has('bsd'))
2007 call assert_equal(uname =~? 'HP-UX', has('hpux'))
2008 call assert_equal(uname =~? 'Linux', has('linux'))
2009 call assert_equal(uname =~? 'Darwin', has('mac'))
2010 call assert_equal(uname =~? 'QNX', has('qnx'))
2011 call assert_equal(uname =~? 'SunOS', has('sun'))
[all …]
/vim-8.2.3635/runtime/syntax/
H A Deuphoria4.vim163 syn keyword euphoria4Library type_of uname unlock_file unregister_block unsetenv
H A D8th.vim93 Builtin tuck G:tuck type-check G:type-check typeassert G:typeassert uid G:uid uname G:uname unlock…
H A Dxs.vim3656 syn keyword xsMacro tryAMAGICunTARGETlist tryAMAGICun_MG ttyname umask uname
/vim-8.2.3635/src/auto/
H A Dconfigure4550 case `uname` in
4559 case `uname` in
4971 case `uname` in
5854 uname -r | grep '^5' >/dev/null; then
7474 uname -r | grep '^5' >/dev/null; then
8915 uname -r | grep '^5' >/dev/null; then
10224 uname -r | grep '^5' >/dev/null; then
10771 case `uname` in
15628 on `(hostname || uname -n) 2>/dev/null | sed 1q`
/vim-8.2.3635/.github/workflows/
H A Dci.yml95 echo "LINUX_VERSION=$(uname -r)"
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt1075 behavior. Skip when "uname" returns "SunOS"? (Pavel Heimlich, #1872)
H A Dversion7.txt5525 system architecture with "uname -a".
H A Dversion8.txt31267 Solution: Adjust the uname match. (James McCoy, closes #3909)