Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dheader_variables.spec544 FIELD_G_TRACE (CELWEIGHT, BSd, 370) // default: -1 ByLayer
546 FIELD_G_TRACE (ENDCAPS, RC, 280)
548 FIELD_G_TRACE (JOINSTYLE, RC, 280)
550 FIELD_G_TRACE (LWDISPLAY, B, 290)
552 FIELD_G_TRACE (XEDIT, B, 290)
554 FIELD_G_TRACE (EXTNAMES, B, 290)
556 FIELD_G_TRACE (PSTYLEMODE, B, 290)
558 FIELD_G_TRACE (OLESTARTUP, B, 290)
H A Dprint.c46 #define FIELDG(nam, type, dxf) FIELD_G_TRACE (nam, type, dxf)
49 #define FIELD_G_TRACE(nam, type, dxf) \ macro
55 #define SUB_FIELD_CAST(o, nam, type, cast, dxf) FIELD_G_TRACE (o.nam, cast, dxf)
288 FIELD_G_TRACE (num_inserts, type, dxf)
H A Ddec_macros.h69 FIELD_G_TRACE (nam, type, dxf); \
80 FIELD_G_TRACE (o.nam, type, dxf); \
86 FIELD_G_TRACE (nam, cast, dxf); \
91 FIELD_G_TRACE (o.nam, cast, dxf); \
94 #define FIELD_G_TRACE(nam, type, dxfgroup) \ macro
340 FIELD_G_TRACE (nam, BD, dxf); \
351 FIELD_G_TRACE (nam, BD, dxf); \
H A Dencode.c123 FIELD_G_TRACE (nam, type, dxf); \
128 #define FIELD_G_TRACE(nam, type, dxfgroup) \ macro
142 FIELD_G_TRACE (o.nam, cast, dxf); \
168 FIELD_G_TRACE (nam, BLL, dxf); \
H A Dfree.c93 #define FIELD_G_TRACE(name, type, dxfgroup) \ macro
H A Dout_json.c226 #define FIELD_G_TRACE(nam, type, dxf) macro
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog20573 FIELD_G_TRACE: print the dxf code numerically.