Searched refs:pw (Results 1 – 17 of 17) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_system.vim | 22 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 D | misc1.c | 1469 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 D | gui_at_fs.c | 469 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 D | fileio.c | 4628 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 D | os_unix.c | 2440 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.yml | 19 - pw useradd cirrus -m
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | pcap.vim | 24 syn match pcapKeyword contained ':\(br\|du\|fc\|fs\|mx\|pc\|pl\|pw\|px\|py\|xc\|xs\)#\d\+'
|
| H A D | perl.vim | 100 syn match perlStatementPword "\<\%(get\%(pw\%(uid\|nam\)\|gr\%(gid\|nam\)\|login\)\)\|\%(end\|[gs]…
|
| H A D | vim.vim | 25 …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 D | redif.vim | 720 …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 D | nl_NL.diff | 178 - REP pw p.w.
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 832 call <SID>OptionG("pw", &pw)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | editing.txt | 1352 *:pw* *:pwd* *E187* 1353 :pw[d] Print the current directory name.
|
| H A D | quickref.txt | 850 'pumwidth' 'pw' minimum width of the popup menu
|
| H A D | tags | 811 'pw' options.txt /*'pw'* 2940 :pw editing.txt /*:pw*
|
| H A D | index.txt | 1525 |:pwd| :pw[d] print current directory
|
| H A D | options.txt | 5948 *'pumwidth'* *'pw'* 5949 'pumwidth' 'pw' number (default 15)
|