Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/output/
H A Dtable-item.h81 struct table_item *table_item_create (struct table *, const char *title,
H A Dtext-item.c143 struct table_item *table_item = table_item_create (tab, NULL, NULL); in text_item_to_table_item()
H A Dtable-item.c126 table_item_create (struct table *table, const char *title, const char *caption) in table_item_create() function
H A Dpivot-output.c451 struct table_item *ti = table_item_create (table, NULL, NULL); in pivot_table_submit_layer()
H A Dascii.c479 a, table_item_create (table_from_string (text), NULL, NULL)); in ascii_output_text()
H A Dcairo.c1882 table_item = table_item_create (table_from_string (text), NULL, NULL); in xr_rendering_create_text()
/dports/math/pspp/pspp-1.4.1/tests/output/
H A Drender-test.c117 table_item_submit (table_item_create (table, NULL, NULL)); in main()