Home
last modified time | relevance | path

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

/dports/news/nget/nget-0.27.1/
H A Detree.h41 nntp_grouplist_pred * make_grouplist_pred(const char *optarg, int gflags);
42 nntp_grouplist_pred * make_grouplist_pred(const arglist_t &e_parts, int gflags);
H A Detree.cc251 nntp_grouplist_pred * make_grouplist_pred(const arglist_t &e_parts, int gflags) { in make_grouplist_pred() function
254 nntp_grouplist_pred * make_grouplist_pred(const char *optarg, int gflags) { in make_grouplist_pred() function
257 return make_grouplist_pred(e_parts, gflags); in make_grouplist_pred()
H A Dnget.cc589 nntp_grouplist_pred *p=make_grouplist_pred(loptarg, options.gflags); in do_args()
639 nntp_grouplist_pred *p=make_grouplist_pred(e_parts, options.gflags); in do_args()