Searched refs:rootname (Results 1 – 1 of 1) sorted by relevance
1306 char_u *rootname; in buf_write() local1354 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() local1564 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()[all …]