Searched refs:next_arg (Results 1 – 1 of 1) sorted by relevance
274 int next_arg = 1; in zxc_mv_or_cp() local276 while ((next_arg < argc) && argv[next_arg][0] == '-') { in zxc_mv_or_cp()277 char *next_opt_char = &argv[next_arg][1]; in zxc_mv_or_cp()291 next_arg++; in zxc_mv_or_cp()295 int src_count = (argc - 1) - next_arg; in zxc_mv_or_cp()314 int result = mv_or_cp_to_dir(is_mv, argv[next_arg], dest_name, in zxc_mv_or_cp()319 next_arg++; in zxc_mv_or_cp()320 } while (next_arg < argc - 1); in zxc_mv_or_cp()326 return mv_here(argv[next_arg], dest_name, dest_exists, force); in zxc_mv_or_cp()328 return cp_here(argv[next_arg], dest_name, dest_exists, force); in zxc_mv_or_cp()
Completed in 2 milliseconds