Searched defs:structure (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/jcl/
H A Dcpy2dss.c33 "[+?Duplicate structure and field names are disambiguated by appending"
121 int structure; member in struct:Cpyfield_s
353 f->structure = 1;
359 f->structure = 0;
364 f->structure = 0;
463 f->structure = 0;
468 f->structure = 0;
526 f->structure = 0;
553 f->structure = 0;
556 f->structure
645 int structure; local
[all...]
/ast/src/lib/libdss/
H A Dcx.h421 struct Cxstructure_s /* structure info */
423 Cxvariable_t* parent; /* parent structure */
427 int level; /* structure level */
442 Cxstructure_t* structure; /* structure info */ member in struct:Cxvariable_s
/ast/src/cmd/dsslib/flat/
H A Dflat.c121 Cxstructure_t structure; /* structure info */ member in struct:Field_s
312 if (w->field->structure.level > 1 && !(((Field_t*)w->field->structure.parent))->structref)
314 b = ((Field_t*)w->field->structure.parent)->record;
319 if (!(v = flatget(r, w->field->structure.parent->index)))
1273 level = fields->structure.level;
1276 if (f->structure.level < level)
1300 if (f->structure.members && !f->record && !(f->record = recinit(flat, file, r, f->table, f->next, 0, i + 1, disc)))
1302 if (f->structure
[all...]

Completed in 28 milliseconds