Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_commands.h154 TABPRINT, enumerator
223 c == TABPRINT || \
H A Dgretl_commands.c165 { TABPRINT, "tabprint" },
H A Doptions.c234 { TABPRINT, OPT_O, "complete", 0 },
235 { TABPRINT, OPT_C, "csv", 0 },
236 { TABPRINT, OPT_R, "rtf", 0 },
237 { TABPRINT, OPT_T, "format", 2 },
238 { TABPRINT, OPT_U, "output", 2 },
H A Dtokenize.c207 { TABPRINT, "tabprint", 0 }, /* special, handled later */
921 if (ci == EQNPRINT || ci == TABPRINT) { in pseudo_option()
1458 } else if ((c->ci == TABPRINT || c->ci == EQNPRINT) && in may_be_dash_parm()
3937 if (cmd->ci == TABPRINT || cmd->ci == TABPRINT) { in assemble_command()
H A Dtexprint.c1649 const char *s = get_optval_string(TABPRINT, OPT_T); in tex_print_model()
H A Dinteract.c3887 case TABPRINT: in gretl_cmd_exec()
H A Dgretl_model.c6058 test_ci == TABPRINT || in command_ok_for_model()