Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Ddataio.c743 static const char *map_suffixes[] = { variable
786 n = G_N_ELEMENTS(map_suffixes); in data_file_type_from_extension()
788 if (!g_ascii_strcasecmp(ext, map_suffixes[i])) { in data_file_type_from_extension()