Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/gui/
H A Ddatawiz.c338 if (dwinfo->structure == CROSS_SECTION) { in dwiz_make_changes()
348 } else if (dwinfo->structure == CROSS_SECTION) { in dwiz_make_changes()
398 if (dwinfo->structure == CROSS_SECTION) { in newdata_nobs()
433 } else if (dwinfo->structure == CROSS_SECTION) { in dwiz_replace_dataset()
640 if (dwinfo->structure == CROSS_SECTION) { in make_confirmation_text()
1518 if (dwinfo->structure == CROSS_SECTION) { in set_initial_obs_sensitivities()
1753 if (dwinfo->structure == CROSS_SECTION || in dwiz_compute_step()
H A Ddatabase.c224 if (dbset->structure == CROSS_SECTION) { in graph_dbdata()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dlibgretl.h176 CROSS_SECTION, enumerator
H A Dgretl_utils.c968 } else if (structure == CROSS_SECTION) { in catch_setobs_errors()
1024 if (structure == CROSS_SECTION || in process_starting_obs()
1086 structure = CROSS_SECTION; in process_starting_obs()
1200 structure = CROSS_SECTION; in set_obs()
1300 structure = CROSS_SECTION; in simple_set_obs()
H A Ddataio.c1207 if (print_obs && (dset->S != NULL || dset->structure != CROSS_SECTION)) { in real_write_data()
1964 if (targ->structure == CROSS_SECTION && in just_append_rows()
1965 src->structure == CROSS_SECTION && in just_append_rows()
1991 if (src->pd == 1 && src->structure == CROSS_SECTION) { in simple_range_match()
2106 (p->structure == CROSS_SECTION && \
H A Ddataset.h102 #define dataset_is_cross_section(p) (p != NULL && p->structure == CROSS_SECTION)
H A Ddataset.c253 dset->structure = CROSS_SECTION; in dataset_obs_info_default()
456 dset->structure = CROSS_SECTION; in datainfo_init()
1299 if (dset->structure == CROSS_SECTION) { in dataset_shrink_obs_range()
H A Dcsvdata.c645 dset->structure = CROSS_SECTION; in check_daily_dates()
H A Dgretl_xml.c3560 *dattype = CROSS_SECTION; in xml_get_data_structure()
H A Dgretl_func.c8524 if (oi->structure == CROSS_SECTION) { in restore_obs_info()