Home
last modified time | relevance | path

Searched refs:fn_help (Results 1 – 4 of 4) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/dxcluster/
H A Ddxcluster.cxx1400 string fn_help = HelpDir; in dxcluster_ar_help() local
1401 fn_help.append("arc_help.html"); in dxcluster_ar_help()
1402 ifstream f_help(fn_help.c_str()); in dxcluster_ar_help()
1415 string fn_help = HelpDir; in dxcluster_cc_help() local
1416 fn_help.append("ccc_help.html"); in dxcluster_cc_help()
1417 ifstream f_help(fn_help.c_str()); in dxcluster_cc_help()
1430 string fn_help = HelpDir; in dxcluster_dx_help() local
1431 fn_help.append("dxc_help.html"); in dxcluster_dx_help()
1432 ifstream f_help(fn_help.c_str()); in dxcluster_dx_help()
1445 string fn_help = HelpDir; in dxcluster_servers() local
[all …]
/dports/comms/flcluster/flcluster-1.0.4/src/dxcluster/
H A Ddxcluster.cxx2013 string fn_help = HelpDir; in dxcluster_ar_help() local
2014 fn_help.append("arc_help.html"); in dxcluster_ar_help()
2018 open_url(fn_help.c_str()); in dxcluster_ar_help()
2027 string fn_help = HelpDir; in dxcluster_cc_help() local
2028 fn_help.append("ccc_help.html"); in dxcluster_cc_help()
2032 open_url(fn_help.c_str()); in dxcluster_cc_help()
2041 string fn_help = HelpDir; in dxcluster_dx_help() local
2042 fn_help.append("dxc_help.html"); in dxcluster_dx_help()
2046 open_url(fn_help.c_str()); in dxcluster_dx_help()
2055 string fn_help = HelpDir; in dxcluster_servers() local
[all …]
/dports/mail/mailutils/mailutils-3.13/libmailutils/opt/
H A Dopt.c132 fn_help (struct mu_parseopt *po, struct mu_option *opt, char const *unused) in fn_help() function
157 mu_c_string, NULL, fn_help },
/dports/mail/mailutils/mailutils-3.13/
H A DChangeLog9867 * libmailutils/opt/opt.c (fn_help, fn_usage, fn_version):