Searched refs:dictionaryvar (Results 1 – 3 of 3) sorted by relevance
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/ |
H A D | Makefile.am | 123 dictionaryvar \
|
H A D | Makefile.in | 237 dictionary$(EXEEXT) dictionaryvar$(EXEEXT) \ 1106 dictionaryvar_SOURCES = dictionaryvar.c 1107 dictionaryvar_OBJECTS = dictionaryvar.$(OBJEXT) 2119 ./$(DEPDIR)/dictionaryvar.Po ./$(DEPDIR)/dictionarywdflt.Po \ 2293 dictionaryvar.c dictionarywdflt.c dimassoc.c \ 2400 dictionaryvar.c dictionarywdflt.c dimassoc.c \ 2745 cellstylemap circle datalink dbcolor dictionary dictionaryvar \ 3478 @rm -f dictionaryvar$(EXEEXT) 4318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dictionaryvar.Po@am__quote@ # am--include-marker 4912 -rm -f ./$(DEPDIR)/dictionaryvar.Po [all …]
|
H A D | dynapi_test.c | 44645 Dwg_Object_DICTIONARYVAR *restrict dictionaryvar = obj->tio.object->tio.DICTIONARYVAR; in test_DICTIONARYVAR() local 44647 if (!obj_obj || !dictionaryvar) in test_DICTIONARYVAR() 44654 if (dwg_dynapi_entity_value (dictionaryvar, "DICTIONARYVAR", "parent", &parent, NULL) in test_DICTIONARYVAR() 44662 if (dwg_dynapi_entity_value (dictionaryvar, "DICTIONARYVAR", "schema", &schema, NULL) in test_DICTIONARYVAR() 44663 && schema == dictionaryvar->schema) in test_DICTIONARYVAR() 44666 fail ("DICTIONARYVAR.schema [RC] %u != %u", dictionaryvar->schema, schema); in test_DICTIONARYVAR() 44669 && schema == dictionaryvar->schema) in test_DICTIONARYVAR() 44672 fail ("DICTIONARYVAR.schema [RC] set+1 %u != %u", dictionaryvar->schema, schema); in test_DICTIONARYVAR() 44673 dictionaryvar->schema--; in test_DICTIONARYVAR() 44679 ? strEQ ((char *)strvalue, (char *)dictionaryvar->strvalue) in test_DICTIONARYVAR() [all …]
|