Searched refs:uname (Results 1 – 19 of 19) sorted by relevance
| /vim-8.2.3635/runtime/ |
| H A D | bugreport.vim | 20 : !echo "uname -a" >bugreport.txt 21 : !uname -a >>bugreport.txt
|
| /vim-8.2.3635/src/libvterm/ |
| H A D | Makefile | 1 ifeq ($(shell uname),Darwin) 13 ifeq ($(shell uname),SunOS)
|
| /vim-8.2.3635/ci/ |
| H A D | build-snd-dummy.sh | 4 LINUX_VERSION=$(uname -r | cut -d. -f1-2)
|
| /vim-8.2.3635/src/ |
| H A D | INSTALLami.txt | 16 can be used to override uname and thereby set the target. An example is shown
|
| H A D | configure.ac | 163 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 D | Make_ami.mak | 7 UNM ?= $(shell uname)
|
| H A D | memline.c | 1001 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 D | userfunc.c | 4242 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 D | os_unix.c | 2463 if (uname(&vutsname) < 0) in mch_get_host_name()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | man.vim | 71 …if !has("win32") && $OSTYPE !~ 'cygwin\|linux' && system('uname -s') =~ "SunOS" && system('uname -…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_functions.vim | 1422 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 D | euphoria4.vim | 163 syn keyword euphoria4Library type_of uname unlock_file unregister_block unsetenv
|
| H A D | 8th.vim | 93 Builtin tuck G:tuck type-check G:type-check typeassert G:typeassert uid G:uid uname G:uname unlock…
|
| H A D | xs.vim | 3656 syn keyword xsMacro tryAMAGICunTARGETlist tryAMAGICun_MG ttyname umask uname
|
| /vim-8.2.3635/src/auto/ |
| H A D | configure | 4550 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 D | ci.yml | 95 echo "LINUX_VERSION=$(uname -r)"
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 1075 behavior. Skip when "uname" returns "SunOS"? (Pavel Heimlich, #1872)
|
| H A D | version7.txt | 5525 system architecture with "uname -a".
|
| H A D | version8.txt | 31267 Solution: Adjust the uname match. (James McCoy, closes #3909)
|