Home
last modified time | relevance | path

Searched refs:HELP_OPTIONS (Results 1 – 5 of 5) sorted by relevance

/dports/java/java-subversion/subversion-1.14.1/tools/client-side/
H A Dbash_completion_test179 HELP_OPTIONS=`get_svn_options $SVN_CMD $SUBCMD | tr "\n" " "`
181 if [ "$HELP_OPTIONS" != "$COMPLETION_OPTIONS" ]; then
184 " (help says: $HELP_OPTIONS)"
/dports/devel/py-subversion/subversion-1.14.1/tools/client-side/
H A Dbash_completion_test179 HELP_OPTIONS=`get_svn_options $SVN_CMD $SUBCMD | tr "\n" " "`
181 if [ "$HELP_OPTIONS" != "$COMPLETION_OPTIONS" ]; then
184 " (help says: $HELP_OPTIONS)"
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/client-side/
H A Dbash_completion_test179 HELP_OPTIONS=`get_svn_options $SVN_CMD $SUBCMD | tr "\n" " "`
181 if [ "$HELP_OPTIONS" != "$COMPLETION_OPTIONS" ]; then
184 " (help says: $HELP_OPTIONS)"
/dports/devel/p5-subversion/subversion-1.14.1/tools/client-side/
H A Dbash_completion_test179 HELP_OPTIONS=`get_svn_options $SVN_CMD $SUBCMD | tr "\n" " "`
181 if [ "$HELP_OPTIONS" != "$COMPLETION_OPTIONS" ]; then
184 " (help says: $HELP_OPTIONS)"
/dports/misc/heyu2/heyu-2.10/
H A Dcmd.c1839 #define HELP_OPTIONS 1 macro
1851 #define HELP_ALL (HELP_OPTIONS | HELP_ADMIN | HELP_STATE | HELP_DIRECT | HELP_CM17A | HELP_RFXS …
1863 (!strncmp(command, "options", 6)) ? HELP_OPTIONS : in command_help()
1927 if ( list & HELP_OPTIONS ) { in command_help()