Searched refs:mch_FullName (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | os_amiga.pro | 23 int mch_FullName(char_u *fname, char_u *buf, int len, int force);
|
| H A D | os_mswin.pro | 9 int mch_FullName(char_u *fname, char_u *buf, int len, int force);
|
| H A D | os_unix.pro | 33 int mch_FullName(char_u *fname, char_u *buf, int len, int force);
|
| /vim-8.2.3635/src/ |
| H A D | os_amiga.c | 725 return mch_FullName((char_u *)"", buf, len, FALSE); in mch_dirname() 734 mch_FullName( in mch_FullName() function
|
| H A D | os_mswin.c | 350 mch_FullName( in mch_FullName() function
|
| H A D | filepath.c | 4200 retval = mch_FullName(fname, buf, len, force); in vim_FullName()
|
| H A D | os_unix.c | 2555 mch_FullName( in mch_FullName() function
|
| H A D | gui_gtk_x11.c | 423 if (mch_FullName((char_u *)argv[0], buf, (int)sizeof(buf), TRUE) == OK) in gui_mch_prepare()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 2400 Win32 with Borland compiler: mch_FullName() didn't work, caused tag file not 2551 Mac: mch_FullName() changed the "fname" argument and didn't always initialize 2554 MS-DOS: mch_FullName() didn't fix forward/backward slashes in an absolute file
|
| H A D | todo.txt | 2764 Using ":au CursorMoved * cmd" invokes mch_FullName(), which can be slow.
|