Home
last modified time | relevance | path

Searched refs:try_help (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/diff/
H A Ddiff.c49 static int try_help PARAMS((char const *));
602 return try_help (0);
608 return try_help (argc - optind < 2 ? "missing operand" : "extra operand");
741 try_help (reason) in try_help() function
H A Ddiff3.c215 static int try_help PARAMS((char const *));
342 return try_help ("Too many labels were given. The limit is 3.");
344 return try_help (0);
355 return try_help ("incompatible options");
358 return try_help (argc - optind < 3 ? "missing operand" : "extra operand");
515 try_help (reason) in try_help() function
H A DChangeLog298 (try_help): Change from `void' to `int'. Return, do not exit.
401 (try_help): Return int instead of void; do not exit.