Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dheader_variables.spec531 FIELD_HANDLE (unknown_20, 5, 0); // DICTIONARY_LIGHTLIST? since 2010
H A Ddwg.c2359 if (!(ctrl = vars->DICTIONARY_LIGHTLIST)) in dwg_ctrl_table()
2360 vars->DICTIONARY_LIGHTLIST = ctrl in dwg_ctrl_table()
H A Ddynapi.c116 …ARY_LIGHTLIST", "H", sizeof (BITCODE_H), OFF (struct _dwg_header_variables, DICTIONARY_LIGHTLIST),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h1087 BITCODE_H DICTIONARY_LIGHTLIST; /*!< r2010+ code 5 ?? */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-1445 'DICTIONARY_LIGHTLIST'
H A Ddynapi.texi90 @item DICTIONARY_LIGHTLIST
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py942DICTIONARY_LIGHTLIST = property(_LibreDWG.Dwg_Header_Variables_DICTIONARY_LIGHTLIST_get, _LibreDWG… variable in Dwg_Header_Variables
H A Dswig_python.c22665 if (arg1) (arg1)->DICTIONARY_LIGHTLIST = arg2; in _wrap_Dwg_Header_Variables_DICTIONARY_LIGHTLIST_set()
22688 result = (BITCODE_H) ((arg1)->DICTIONARY_LIGHTLIST); in _wrap_Dwg_Header_Variables_DICTIONARY_LIGHTLIST_get()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c4254 … (&dictionary_lightlist, &dwg->header_vars.DICTIONARY_LIGHTLIST, sizeof (dwg->header_vars.DICTIONA… in test_header()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c25843 if (arg1) (arg1)->DICTIONARY_LIGHTLIST = arg2; in XS()
25873 result = (BITCODE_H) ((arg1)->DICTIONARY_LIGHTLIST); in XS()