Searched refs:cur_argc (Results 1 – 1 of 1) sorted by relevance
2192 try_normal_rcp(int cur_argc, char **cur_argv) in try_normal_rcp() argument2204 if (cur_argc < 2) in try_normal_rcp()2207 if (cur_argc > 2) in try_normal_rcp()2212 prev_argc = cur_argc; in try_normal_rcp()2213 prev_argv = save_argv(cur_argc, cur_argv); in try_normal_rcp()2217 if (target = colon(cur_argv[cur_argc - 1])) { in try_normal_rcp()2218 toremote(target, cur_argc, cur_argv); in try_normal_rcp()2220 tolocal(cur_argc, cur_argv); in try_normal_rcp()2222 verifydir(cur_argv[cur_argc - 1]); in try_normal_rcp()