Home
last modified time | relevance | path

Searched refs:xref_pname (Results 1 – 11 of 11) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dblock_header.c26 BITCODE_TV xref_pname; in api_process() local
62 CHK_ENTITY_UTF8TEXT (block_header, BLOCK_HEADER, xref_pname); in api_process()
H A Ddynapi_test.c43461 BITCODE_T xref_pname; in test_BLOCK_HEADER() local
43462 if (dwg_dynapi_entity_value (block_header, "BLOCK_HEADER", "xref_pname", &xref_pname, NULL) in test_BLOCK_HEADER()
43463 && xref_pname in test_BLOCK_HEADER()
43464 ? strEQ ((char *)xref_pname, (char *)block_header->xref_pname) in test_BLOCK_HEADER()
43465 : !block_header->xref_pname) in test_BLOCK_HEADER()
43468 fail ("BLOCK_HEADER.xref_pname [T] '%s' <> '%s'", xref_pname, block_header->xref_pname); in test_BLOCK_HEADER()
/dports/cad/libredwg/libredwg-0.12.4/programs/
H A Ddwggrep.c1624 MATCH_OBJECT (BLOCK_HEADER, xref_pname, 1); in match_BLOCK_HEADER()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec503 VALUE_T (_hdr->xref_pname, 1); // from BLOCK_HEADER
2881 FIELD_T (xref_pname, 1); // and 3
H A Ddynapi.c7246 { "xref_pname", "T", sizeof (BITCODE_TV), OFF (struct _dwg_object_BLOCK_HEADER, xref_pname),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h2210 BITCODE_TV xref_pname; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-17438 'xref_pname'
H A Ddynapi.texi8615 @item xref_pname
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py2359xref_pname = property(_LibreDWG.Dwg_Object_BLOCK_HEADER_xref_pname_get, _LibreDWG.Dwg_Object_BLOCK… variable in Dwg_Object_BLOCK_HEADER
H A Dswig_python.c68718 if (arg1->xref_pname) free((char*)arg1->xref_pname); in _wrap_Dwg_Object_BLOCK_HEADER_xref_pname_set()
68721 …arg1->xref_pname = (BITCODE_TV)(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(arg2), s… in _wrap_Dwg_Object_BLOCK_HEADER_xref_pname_set()
68723 arg1->xref_pname = 0; in _wrap_Dwg_Object_BLOCK_HEADER_xref_pname_set()
68749 result = (BITCODE_TV) ((arg1)->xref_pname); in _wrap_Dwg_Object_BLOCK_HEADER_xref_pname_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c82635 if (arg1->xref_pname) free((char*)arg1->xref_pname); in XS()
82638 …arg1->xref_pname = (BITCODE_TV)(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(arg2), s… in XS()
82640 arg1->xref_pname = 0; in XS()
82671 result = (BITCODE_TV) ((arg1)->xref_pname); in XS()