Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dmspec_debug.c44 { SEL_STR, "SEL_STR" }
H A Dusermat.h40 SEL_STR /* for use with bundles only */ enumerator
H A Dusermat.c640 return spec->ltype != SEL_STR ? NULL : spec->lsel.str; in mspec_get_string()
642 return spec->rtype != SEL_STR ? NULL : spec->rsel.str; in mspec_get_string()
H A Dgeneval.c4859 spec->ltype = SEL_STR; in build_mspec()
5008 } else if (spec->ltype == SEL_STR) { in submatrix_node()
H A Dgeneval.c.try4883 spec->ltype = SEL_STR;
5039 } else if (spec->ltype == SEL_STR) {