Home
last modified time | relevance | path

Searched refs:select_range_of_dates (Results 1 – 10 of 10) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dsunstudy.c18 BITCODE_B select_range_of_dates; in api_process() local
50 CHK_ENTITY_TYPE (_obj, SUNSTUDY, select_range_of_dates, B); in api_process()
H A Ddynapi_test.c57205 BITCODE_B select_range_of_dates; in test_SUNSTUDY() local
57206 …g_dynapi_entity_value (sunstudy, "SUNSTUDY", "select_range_of_dates", &select_range_of_dates, NULL) in test_SUNSTUDY()
57207 && select_range_of_dates == sunstudy->select_range_of_dates) in test_SUNSTUDY()
57210 …of_dates [B] " FORMAT_B " != " FORMAT_B "", sunstudy->select_range_of_dates, select_range_of_dates in test_SUNSTUDY()
57211 select_range_of_dates++; in test_SUNSTUDY()
57212 …_dynapi_entity_set_value (sunstudy, "SUNSTUDY", "select_range_of_dates", &select_range_of_dates, 0) in test_SUNSTUDY()
57213 && select_range_of_dates == sunstudy->select_range_of_dates) in test_SUNSTUDY()
57216 …es [B] set+1 " FORMAT_B " != " FORMAT_B "", sunstudy->select_range_of_dates, select_range_of_dates in test_SUNSTUDY()
57217 sunstudy->select_range_of_dates--; in test_SUNSTUDY()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec9100 FIELD_B (select_range_of_dates, 292);
9101 if (FIELD_VALUE (select_range_of_dates))
H A Ddynapi.c9560 …ange_of_dates", "B", sizeof (BITCODE_B), OFF (struct _dwg_object_SUNSTUDY, select_range_of_dates),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4992 BITCODE_B select_range_of_dates; /*!< DXF 292 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-19681 'select_range_of_dates'
H A Ddynapi.texi11570 @item select_range_of_dates
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py5793select_range_of_dates = property(_LibreDWG.Dwg_Object_SUNSTUDY_select_range_of_dates_get, _LibreDW… variable in Dwg_Object_SUNSTUDY
H A Dswig_python.c178747 if (arg1) (arg1)->select_range_of_dates = arg2; in _wrap_Dwg_Object_SUNSTUDY_select_range_of_dates_set()
178770 result = (BITCODE_B) ((arg1)->select_range_of_dates); in _wrap_Dwg_Object_SUNSTUDY_select_range_of_dates_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c218118 if (arg1) (arg1)->select_range_of_dates = arg2; in XS()
218148 result = (BITCODE_B) ((arg1)->select_range_of_dates); in XS()