Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dacds.spec67 JSON { SUB_FIELD (segments[0],type, RC, 0); }
68 SUB_FIELD (segments[0],segment_idx, RL, 0);
69 SUB_FIELD (segments[0],is_blob01, RL, 0);
70 SUB_FIELD (segments[0],segsize, RL, 0);
71 SUB_FIELD (segments[0],unknown_2, RL, 0);
73 SUB_FIELD (segments[0],unknown_3, RL, 0);
74 SUB_FIELD (segments[0],data_algn_offset, RL, 0);
166 SUB_FIELD (segments[rcount1],type, RC, 0);
169 SUB_FIELD (segments[rcount1],is_blob01, RL, 0);
170 SUB_FIELD (segments[rcount1],segsize, RL, 0);
[all …]
H A Dout_json.c512 #define SUB_FIELD_B(o, nam, dxf) SUB_FIELD (o, nam, B, dxf)
513 #define SUB_FIELD_BB(o, nam, dxf) SUB_FIELD (o, nam, BB, dxf)
514 #define SUB_FIELD_3B(o, nam, dxf) SUB_FIELD (o, nam, 3B, dxf)
515 #define SUB_FIELD_BS(o, nam, dxf) SUB_FIELD (o, nam, BS, dxf)
516 #define SUB_FIELD_BSd(o, nam, dxf) SUB_FIELD (o, nam, BSd, dxf)
517 #define SUB_FIELD_BL(o, nam, dxf) SUB_FIELD (o, nam, BL, dxf)
518 #define SUB_FIELD_BLx(o, nam, dxf) SUB_FIELD (o, nam, BLx, dxf)
519 #define SUB_FIELD_BLd(o, nam, dxf) SUB_FIELD (o, nam, BLd, dxf)
520 #define SUB_FIELD_RC(o, nam, dxf) SUB_FIELD (o, nam, RC, dxf)
521 #define SUB_FIELD_RS(o, nam, dxf) SUB_FIELD (o, nam, RS, dxf)
[all …]
H A Dspec.h212 SUB_FIELD (o, nam[vcount], type, dxf); \
223 SUB_FIELD (o, nam[vcount], type, dxf); \
269 SUB_FIELD (o, nam[vcount], RC, dxf); \
272 SUB_FIELD (o, nam[vcount], RS, dxf); \
275 SUB_FIELD (o, nam[vcount], RL, dxf); \
278 SUB_FIELD (o, nam[vcount], RLL, dxf); \
H A Dprint.c54 #define SUB_FIELD(o, nam, type, dxf) FIELDG (o.nam, type, dxf) macro
H A Dfree.c103 #define SUB_FIELD(o, nam, type, dxf) FIELD (_obj->o.nam, type) macro
H A Ddec_macros.h77 #define SUB_FIELD(o, nam, type, dxf) \ macro
H A Dout_dxfb.c73 #define SUB_FIELD(o, nam, type, dxf) FIELDG (o.nam, type, dxf) macro
H A Dout_dxf.c82 #define SUB_FIELD(o, nam, type, dxf) FIELDG (o.nam, type, dxf) macro
H A Dencode.c138 #define SUB_FIELD(o, nam, type, dxf) FIELD (o.nam, type) macro
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog14814 json: add SUB_FIELD, REPEAT_BLOCK. fix LEADER