Searched refs:oldsyntax (Results 1 – 1 of 1) sorted by relevance
228 void mmove(int argc, char **argv, int oldsyntax) NORETURN;229 void mmove(int argc, char **argv, int oldsyntax) in mmove() argument293 if (oldsyntax && (argc - optind != 2 || strpbrk(":/", argv[argc-1]))) in mmove()294 oldsyntax = 0; in mmove()299 if (!oldsyntax){ in mmove()