Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/language/dictionary/
H A Dvector.c55 || !dict_id_is_valid (dict, lex_tokcstr (lexer), true)) in cmd_vector()
163 if (!dict_id_is_valid (dict, name, true)) in cmd_vector()
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-dict.c458 if (! dict_id_is_valid (d->dict, name, false)) in psppire_dict_set_name()
560 if (! dict_id_is_valid (dict->dict, name, report)) in psppire_dict_check_name()
895 if (! dict_id_is_valid (dict->dict, name, false)) in psppire_dict_rename_var()
/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddictionary.h178 bool dict_id_is_valid (const struct dictionary *, const char *id,
H A Dpor-file-reader.c717 if (!dict_id_is_valid (dict, name, false) in read_variables()
H A Dpc+-file-reader.c855 if (!dict_id_is_valid (dict, name, false) || name[0] == '#') in parse_variable_records()
H A Ddictionary.c184 dict_id_is_valid (const struct dictionary *dict, const char *id, in dict_id_is_valid() function
H A Dsys-file-reader.c1431 if (!dict_id_is_valid (dict, name, false) in parse_variable_records()
2049 if (!dict_id_is_valid (dict, long_name, false) in parse_long_var_name_map()
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Dget-data.c610 || !dict_id_is_valid (dict, name, true)) in parse_get_txt()
/dports/math/pspp/pspp-1.4.1/src/language/lexer/
H A Dvariable-parser.c395 if (!dict_id_is_valid (d, lex_tokcstr (lexer), true)) in parse_DATA_LIST_var()