Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dcsvdata.c50 CSV_OBS1 = 1 << 5, enumerator
98 #define csv_has_obs_column(c) (c->flags & CSV_OBS1)
104 #define csv_skip_col_1(c) (c->flags & (CSV_OBS1 | CSV_BLANK1))
118 #define csv_set_obs_column(c) (c->flags |= CSV_OBS1)