Home
last modified time | relevance | path

Searched refs:home_replace (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dfilepath.pro36 void home_replace(buf_T *buf, char_u *src, char_u *dst, int dstlen, int one);
/vim-8.2.3635/src/
H A Dviminfo.c449 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 Dfilepath.c441 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 Ddebugger.c866 home_replace(NULL, bp->dbg_name, NameBuff, MAXPATHL, TRUE); in ex_breaklist()
H A Dbuffer.c3225 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 Dmemline.c1010 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 Dcmdexpand.c587 home_replace(NULL, files_found[i], NameBuff, MAXPATHL, TRUE); in showmatches()
666 home_replace(NULL, files_found[k], NameBuff, MAXPATHL, in showmatches()
H A Dscriptfile.c1545 home_replace(NULL, SCRIPT_ITEM(i)->sn_name, in ex_scriptnames()
H A Dspellfile.c6277 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 Doption.c4870 home_replace(NULL, *valuep, buf, size, FALSE); in put_setstring()
6668 home_replace(NULL, varp, NameBuff, MAXPATHL, FALSE); in option_value2string()
H A Dscreen.c4569 home_replace(buf, buf->b_fname, NameBuff, MAXPATHL, TRUE); in get_trans_bufname()
H A Dfileio.c3050 home_replace(buf, fname, IObuff + 1, IOSIZE - 4, TRUE); in msg_add_fname()
H A Dex_docmd.c6717 home_replace(wp->w_buffer, wp->w_buffer->b_fname, in ex_tabs()
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt814 home_replace() uses $HOME instead of "homedir". (Cesar Martins, 2018 Aug 9)
4384 shorten(fname) shorten a file name, like home_replace()
H A Dversion7.txt3697 Solution: Call home_replace() to fill NameBuff[].
13595 Problem: home_replace() does not work with 8.3 filename.
H A Dversion5.txt7362 Solution: Replace the home directory only once in home_replace().