Home
last modified time | relevance | path

Searched refs:pw (Results 1 – 17 of 17) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_system.vim22 call setline(1, ['asdf', "pw\<NL>er", 'xxxx'])
43 call assert_equal(['asdf', "pw\<NL>er", 'xxxx'], out)
46 call assert_equal(["asdf\r", "pw\r", "er\r", "xxxx\r"], out)
/vim-8.2.3635/src/
H A Dmisc1.c1469 struct passwd *pw = (*dst == NUL) in expand_env_esc() local
1472 var = (pw == NULL) ? NULL : (char_u *)pw->pw_dir; in expand_env_esc()
2031 struct passwd* pw; in init_users() local
2034 while ((pw = getpwent()) != NULL) in init_users()
2035 add_user((char_u *)pw->pw_name, TRUE); in init_users()
2077 struct passwd *pw = getpwnam((char *)user_env); in init_users() local
2079 if (pw != NULL) in init_users()
2080 add_user((char_u *)pw->pw_name, TRUE); in init_users()
H A Dgui_at_fs.c469 struct passwd *pw; in SFgetHomeDirs() local
485 pw = getpwuid((int) getuid()); in SFgetHomeDirs()
486 SFstrdup(&SFlogins[0].dir, pw ? pw->pw_dir : "/"); in SFgetHomeDirs()
491 while ((pw = getpwent()) && (*(pw->pw_name))) in SFgetHomeDirs()
501 len = strlen(pw->pw_name); in SFgetHomeDirs()
503 (void) strcat(strcpy(entries[i].real, "~"), pw->pw_name); in SFgetHomeDirs()
508 SFstrdup(&SFlogins[i].name, pw->pw_name); in SFgetHomeDirs()
509 SFstrdup(&SFlogins[i].dir, pw->pw_dir); in SFgetHomeDirs()
H A Dfileio.c4628 struct passwd *pw; in create_readdirex_item() local
4682 pw = getpwuid(st.st_uid); in create_readdirex_item()
4683 if (pw == NULL) in create_readdirex_item()
4686 q = (char_u*)pw->pw_name; in create_readdirex_item()
H A Dos_unix.c2440 struct passwd *pw; in mch_get_uname() local
2442 if ((pw = getpwuid(uid)) != NULL in mch_get_uname()
2443 && pw->pw_name != NULL && *(pw->pw_name) != NUL) in mch_get_uname()
2445 vim_strncpy(s, (char_u *)pw->pw_name, len - 1); in mch_get_uname()
/vim-8.2.3635/
H A D.cirrus.yml19 - pw useradd cirrus -m
/vim-8.2.3635/runtime/syntax/
H A Dpcap.vim24 syn match pcapKeyword contained ':\(br\|du\|fc\|fs\|mx\|pc\|pl\|pw\|px\|py\|xc\|xs\)#\d\+'
H A Dperl.vim100 syn match perlStatementPword "\<\%(get\%(pw\%(uid\|nam\)\|gr\%(gid\|nam\)\|login\)\)\|\%(end\|[gs]…
H A Dvim.vim25 …nmapc[lear] nos[wapfile] opt[ions] pe[rl] pre[serve] promptr[epl] ptl[ast] pw[d] pydo pyxfile red[…
32 …ellmem mod mousef mousetime nf ofu para penc pm previewwindow printoptions pw qftf relativenumber …
H A Dredif.vim720 …s\|ma\|mz\|mm\|na\|nr\|np\|nl\|nc\|nz\|ni\|ne\|ng\|nu\|nf\|mp\|no\|om\|pk\|pw\|ps\|pa\|pg\|py\|pe\…
/vim-8.2.3635/runtime/spell/nl/
H A Dnl_NL.diff178 - REP pw p.w.
/vim-8.2.3635/runtime/
H A Doptwin.vim832 call <SID>OptionG("pw", &pw)
/vim-8.2.3635/runtime/doc/
H A Dediting.txt1352 *:pw* *:pwd* *E187*
1353 :pw[d] Print the current directory name.
H A Dquickref.txt850 'pumwidth' 'pw' minimum width of the popup menu
H A Dtags811 'pw' options.txt /*'pw'*
2940 :pw editing.txt /*:pw*
H A Dindex.txt1525 |:pwd| :pw[d] print current directory
H A Doptions.txt5948 *'pumwidth'* *'pw'*
5949 'pumwidth' 'pw' number (default 15)