Home
last modified time | relevance | path

Searched refs:string_map_insert_nocopy (Results 1 – 6 of 6) sorted by relevance

/dports/math/pspp/pspp-1.4.1/tests/output/
H A Drender-test.c141 string_map_insert_nocopy (&options, xstrdup ("width"), in configure_drivers()
144 string_map_insert_nocopy (&options, xstrdup ("min-hbreak"), in configure_drivers()
172 string_map_insert_nocopy (&options, xstrdup ("output-file"), in configure_drivers()
185 string_map_insert_nocopy (&options, xstrdup ("output-file"), in configure_drivers()
191 string_map_insert_nocopy (&options, xstrdup ("paper-size"), in configure_drivers()
195 string_map_insert_nocopy (&options, xstrdup ("min-hbreak"), in configure_drivers()
197 string_map_insert_nocopy (&options, xstrdup ("min-vbreak"), in configure_drivers()
211 string_map_insert_nocopy (&options, xstrdup ("output-file"), in configure_drivers()
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-output-view.c152 string_map_insert_nocopy (options, xstrdup ("paper-size"), in get_xr_options()
887 string_map_insert_nocopy (&options, xstrdup ("paper-size"), in create_xr_print_driver()
889 string_map_insert_nocopy (&options, xstrdup ("left-margin"), in create_xr_print_driver()
891 string_map_insert_nocopy (&options, xstrdup ("right-margin"), in create_xr_print_driver()
893 string_map_insert_nocopy (&options, xstrdup ("top-margin"), in create_xr_print_driver()
895 string_map_insert_nocopy (&options, xstrdup ("bottom-margin"), in create_xr_print_driver()
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dstring-map.h102 struct string_map_node *string_map_insert_nocopy (struct string_map *,
H A Dstring-map.c213 string_map_insert_nocopy (struct string_map *map, char *key, char *value) in string_map_insert_nocopy() function
/dports/math/pspp/pspp-1.4.1/tests/libpspp/
H A Dstring-map-test.c291 check (node == string_map_insert_nocopy (map, xstrdup (key), in check_string_map()
524 string_map_insert_nocopy (&map, xstrdup (make_key (values[i])), in test_insert_ordered()
/dports/math/pspp/pspp-1.4.1/src/output/
H A Ddriver.c566 string_map_insert_nocopy (options, key, value); in output_driver_parse_option()