Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddictionary.h92 char *dict_make_unique_var_name (const struct dictionary *, const char *hint,
H A Dpsql-reader.c187 name = dict_make_unique_var_name (r->dict, suggested_name, &vx); in create_var()
H A Dgnumeric-reader.c803 name = dict_make_unique_var_name (r->dict, var_spec[i].name, &vstart);
H A Dods-reader.c822 char *name = dict_make_unique_var_name (r->dict, var_spec[i].name, &vstart); in ods_make_reader()
H A Dpc+-file-reader.c864 char *new_name = dict_make_unique_var_name (dict, NULL, NULL); in parse_variable_records()
H A Ddictionary.c1194 dict_make_unique_var_name (const struct dictionary *dict, const char *hint, in dict_make_unique_var_name() function
H A Dsys-file-reader.c1395 char *name = dict_make_unique_var_name (dict, NULL, NULL); in add_var_with_generated_name()
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-import-assistant.c1066 char *name = dict_make_unique_var_name (ia->dict, in choose_column_names()
/dports/math/pspp/pspp-1.4.1/
H A DChangeLog16944 dict: Make dict_make_unique_var_name() return an allocated string.