Searched refs:handle_clash_options (Results 1 – 5 of 5) sorted by relevance
175 handle_clash_options(&arg.ch, (char) c); in mmd()178 if(handle_clash_options(&arg.ch, *optarg)) in mmd()
70 int handle_clash_options(ClashHandling_t *ch, char c);
255 handle_clash_options(&arg.ch, c); in mmove()258 if(handle_clash_options(&arg.ch, *optarg)) in mmove()
561 handle_clash_options(&arg.ch, c); in mcopy()564 if(handle_clash_options(&arg.ch, *optarg)) in mcopy()
674 int handle_clash_options(ClashHandling_t *ch, char c) in handle_clash_options() function