Home
last modified time | relevance | path

Searched refs:brief_help (Results 1 – 7 of 7) sorted by relevance

/dports/net/sqtop/sqtop-2015-02-08/src/
H A Dstrings.hpp13 #define brief_help "display brief per-connection information, omits URLs" macro
H A Dsqtop.cpp76 cout << "\n\t--brief (-b) - " << brief_help << ";"; in usage()
H A Dncui.cpp189 ss << " b - " << brief_help << " " << b2s(pGlobalOpts->brief) << endl; in helpmsg()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DProgOptions.cpp74 brief_help = briefhelp; in ProgOptions()
211 if (!brief_help.empty()) in printHelp()
212 out << brief_help << std::endl; in printHelp()
842 if (brief_help.empty() && !main_help.empty()) in write_man_page()
845 s << brief_help; in write_man_page()
911 s << brief_help << std::endl; in write_man_page()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DProgOptions.hpp274 std::string brief_help; member in ProgOptions
/dports/archivers/arj/arj-3.10.22/
H A Darj.c37 static char brief_help[]="arjs.txt"; variable
1019 f_arg_array[0]=(argc<2)?brief_help:full_help; in main()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dscp.c10577 static const char brief_help[] = { "%s help. Type <CR> to exit, HELP for navigation help" }; local
10635 fprintf (st, ((flag & SCP_HELP_ONECMD)? onecmd_help: brief_help), top.title);