Lines Matching refs:rootname
1306 char_u *rootname; in buf_write() local
1354 rootname = get_file_in_dir(fname, copybuf); in buf_write()
1355 if (rootname == NULL) in buf_write()
1371 rootname, backup_ext, FALSE); in buf_write()
1374 vim_free(rootname); in buf_write()
1426 vim_free(rootname); in buf_write()
1529 char_u *rootname; in buf_write() local
1564 rootname = get_file_in_dir(fname, IObuff); in buf_write()
1565 if (rootname == NULL) in buf_write()
1571 rootname, backup_ext, FALSE); in buf_write()
1572 vim_free(rootname); in buf_write()