Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Doptions.h93 gretlopt valid_short_opt (int ci, char c);
H A Doptions.c1634 gretlopt valid_short_opt (int ci, char c) in valid_short_opt() function
H A Dqr_estimate.c2084 if (ci != 0 && !valid_short_opt(ci, 'c')) { in set_cluster_vcv_ci()
H A Dtokenize.c1362 opt = valid_short_opt(c->ci, tok->s[j]); in check_command_options()