| /vim-8.2.3635/src/proto/ |
| H A D | filepath.pro | 36 void home_replace(buf_T *buf, char_u *src, char_u *dst, int dstlen, int one);
|
| /vim-8.2.3635/src/ |
| H A D | viminfo.c | 449 home_replace(NULL, buf->b_ffname, line, MAXPATHL, TRUE); in write_viminfo_bufferlist() 1968 home_replace(NULL, buf->b_ffname, IObuff, IOSIZE, TRUE); in write_buffer_marks() 2315 home_replace(NULL, curbuf->b_ffname, name_buf, LSIZE, TRUE); in copy_viminfo_marks() 2326 home_replace(NULL, buf->b_ffname, name_buf, LSIZE, TRUE); in copy_viminfo_marks()
|
| H A D | filepath.c | 441 home_replace(NULL, s, dirname, MAXPATHL, TRUE); in modify_fname() 469 home_replace(NULL, p, dirname, MAXPATHL, TRUE); in modify_fname() 2576 home_replace( in home_replace() function 2712 home_replace(buf, src, dst, len, TRUE); in home_replace_save()
|
| H A D | debugger.c | 866 home_replace(NULL, bp->dbg_name, NameBuff, MAXPATHL, TRUE); in ex_breaklist()
|
| H A D | buffer.c | 3225 home_replace(buf, buf->b_fname, NameBuff, MAXPATHL, TRUE); in buflist_list() 3687 home_replace(shorthelp ? curbuf : NULL, name, (char_u *)p, in fileinfo() 3893 home_replace(curbuf, curbuf->b_ffname, in maketitle() 4503 home_replace(wp->w_buffer, t, NameBuff, MAXPATHL, TRUE); in build_stl_str_hl()
|
| H A D | memline.c | 1010 home_replace(NULL, buf->b_ffname, b0p->b0_fname, in set_b0_fname() 1394 home_replace(NULL, mfp->mf_fname, NameBuff, MAXPATHL, TRUE); in ml_recover() 1400 home_replace(NULL, curbuf->b_ffname, NameBuff, MAXPATHL, TRUE); in ml_recover() 5061 home_replace(NULL, fname, name + STRLEN(name), in findswapname()
|
| H A D | cmdexpand.c | 587 home_replace(NULL, files_found[i], NameBuff, MAXPATHL, TRUE); in showmatches() 666 home_replace(NULL, files_found[k], NameBuff, MAXPATHL, in showmatches()
|
| H A D | scriptfile.c | 1545 home_replace(NULL, SCRIPT_ITEM(i)->sn_name, in ex_scriptnames()
|
| H A D | spellfile.c | 6277 home_replace(NULL, fname, NameBuff, MAXPATHL, TRUE); in spell_add_word() 6330 home_replace(NULL, fname, NameBuff, MAXPATHL, TRUE); in spell_add_word()
|
| H A D | option.c | 4870 home_replace(NULL, *valuep, buf, size, FALSE); in put_setstring() 6668 home_replace(NULL, varp, NameBuff, MAXPATHL, FALSE); in option_value2string()
|
| H A D | screen.c | 4569 home_replace(buf, buf->b_fname, NameBuff, MAXPATHL, TRUE); in get_trans_bufname()
|
| H A D | fileio.c | 3050 home_replace(buf, fname, IObuff + 1, IOSIZE - 4, TRUE); in msg_add_fname()
|
| H A D | ex_docmd.c | 6717 home_replace(wp->w_buffer, wp->w_buffer->b_fname, in ex_tabs()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 814 home_replace() uses $HOME instead of "homedir". (Cesar Martins, 2018 Aug 9) 4384 shorten(fname) shorten a file name, like home_replace()
|
| H A D | version7.txt | 3697 Solution: Call home_replace() to fill NameBuff[]. 13595 Problem: home_replace() does not work with 8.3 filename.
|
| H A D | version5.txt | 7362 Solution: Replace the home directory only once in home_replace().
|