Searched refs:try_help (Results 1 – 3 of 3) sorted by relevance
49 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
215 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
298 (try_help): Change from `void' to `int'. Return, do not exit.401 (try_help): Return int instead of void; do not exit.