Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dlibset.c66 #define UNSET_INT -9 macro
67 #define is_unset(i) (i == UNSET_INT)
128 } globals = {0, 0, 5, 0, 0, 1, 2, 0, UNSET_INT, 256};
552 UNSET_INT, /* .user_hac_lag */
555 UNSET_INT, /* .horizon */
558 UNSET_INT, /* .bfgs_maxiter */
820 state->user_hac_lag = UNSET_INT; in parse_hac_lag_variant()
1713 state->horizon = UNSET_INT; in execute_set()
1720 state->horizon = UNSET_INT; in execute_set()