Home
last modified time | relevance | path

Searched refs:closest_dir (Results 1 – 13 of 13) sorted by relevance

/dports/misc/broot/broot-1.7.0/src/verb/
H A Dinternal_focus.rs45 let path = path::closest_dir(&path); in new_state_on_path()
68 let path = path::closest_dir(&path); in new_panel_on_path()
H A Dexecution_builder.rs132 "directory" => sel.map(|s| path::closest_dir(s.path)) in get_raw_sel_name_standard_replacement()
144 .map(|p| path::closest_dir(p)) in get_raw_sel_name_standard_replacement()
170 sel.map(|s| path::closest_dir(s.path)) in get_raw_sel_capture_replacement()
/dports/misc/broot/broot-1.7.0/src/path/
H A Dclosest.rs4 pub fn closest_dir(mut path: &Path) -> PathBuf { in closest_dir() function
H A Dfrom.rs49 _ => closest_dir(base_dir.as_ref()), in path_from()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dmove.c553 && (dir = closest_dir(nx - unit->x, ny - unit->y)) >= 0 in can_move_via_conn()
635 dir = closest_dir(nx - x, ny - y); in unit_speed()
1014 dir = closest_dir(x2 - x1, y2 - y1); in total_move_cost()
1043 dir = closest_dir(x2 - x1, y2 - y1); in total_move_cost()
1484 dir = closest_dir(x2 - x1, y2 - y1); in total_entry_cost()
H A Dworld.h1350 extern int closest_dir(int x, int y);
H A Dworld.c1891 closest_dir(int x, int y) in closest_dir() function
/dports/misc/broot/broot-1.7.0/src/app/
H A Dapp.rs11 path::closest_dir,
395 let dir = closest_dir(selected_path); in apply_command()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/sdl/
H A Dsdlcmd.cc228 dir = closest_dir(x - unit->x, y - unit->y); in aux_add_terrain_2()
1434 dir = closest_dir(x - unit->x, y - unit->y); in aux_remove_terrain_2()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/
H A Dxcmd.c153 dir = closest_dir(x - unit->x, y - unit->y); in aux_add_terrain_2()
1240 dir = closest_dir(x - unit->x, y - unit->y); in aux_remove_terrain_2()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkcmd.c230 dir = closest_dir(x - unit->x, y - unit->y); in aux_add_terrain_2()
1481 dir = closest_dir(x - unit->x, y - unit->y); in aux_remove_terrain_2()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-20031372 * kernel/world.c (closest_dir): Add handling of border slide
H A DChangeLog-20045938 * world.c (closest_dir): Revert.