Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/data/
H A Dvariable.c74 {ROLE_INPUT, "input", N_("Input")},
144 v->role = ROLE_INPUT; in var_create()
893 case ROLE_INPUT: in var_role_is_valid()
920 case ROLE_INPUT: in var_role_to_syntax()
H A Dvariable.h149 ROLE_INPUT, enumerator
H A Dsys-file-writer.c750 case ROLE_INPUT: in add_role_attribute()
H A Dsys-file-reader.c2437 role = ROLE_INPUT; in assign_variable_roles()
2461 role = ROLE_INPUT; in assign_variable_roles()
/dports/math/pspp/pspp-1.4.1/src/language/dictionary/
H A Dvariable-display.c201 role = ROLE_INPUT; in cmd_variable_role()
H A Dsort-variables.c98 return (r == ROLE_INPUT ? 0 in map_role()
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-import-assistant.c1592 if (role != ROLE_INPUT) in apply_dict()