Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddictionary.h40 struct variable *dict_lookup_var_assert (const struct dictionary *,
H A Ddictionary.c302 d->split[i] = dict_lookup_var_assert (d, var_get_name (s->split[i])); in dict_clone()
306 dict_set_weight (d, dict_lookup_var_assert (d, var_get_name (s->weight))); in dict_clone()
309 dict_set_filter (d, dict_lookup_var_assert (d, var_get_name (s->filter))); in dict_clone()
331 new->vars[j] = dict_lookup_var_assert (d, var_get_name (new->vars[j])); in dict_clone()
883 dict_lookup_var_assert (const struct dictionary *d, const char *name) in dict_lookup_var_assert() function
H A Dcase-map.c354 struct variable *ov = dict_lookup_var_assert (old, var_get_name (nv)); in case_map_by_name()
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Ddata-list.c387 v = dict_lookup_var_assert (dict, name); in parse_fixed()
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Drank.c1088 order_var = dict_lookup_var_assert (d, "$ORDER"); in rank_cmd()
/dports/math/pspp/pspp-1.4.1/doc/dev/
H A Dconcepts.texi2003 @deftypefunx {struct variable *} dict_lookup_var_assert (const struct dictionary *@var{dict}, const…
2008 contain a variable named @var{name}. @code{dict_lookup_var_assert}
/dports/math/pspp/pspp-1.4.1/doc/
H A Dpspp-dev.info-12021 -- Function: struct variable * dict_lookup_var_assert (const struct
2027 variable named NAME. 'dict_lookup_var_assert' asserts that such a
2770 * dict_lookup_var_assert: Dictionary Variable Access.