Searched refs:lastfield (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/dsslib/xml/
H A Dxml.c108 Field_t* lastfield; member in struct:Xml_s
1015 if (!(xml->lastfield->name = strdup(data)))
1030 memset(&xml->lastfield->format, 0, sizeof(xml->lastfield->format));
1031 (void)cxattr(NiL, data, &s, &xml->lastfield->format, NiL);
1034 if (!(xml->lastfield->type = strdup(s)))
1040 if (xml->lastfield->format.flags & CX_FLOAT)
1041 xml->lastfield->format.flags &= ~(CX_STRING|CX_BUFFER|CX_UNSIGNED|CX_INTEGER);
1042 else if (xml->lastfield->format.flags & CX_UNSIGNED)
1044 xml->lastfield
[all...]
/ast/src/cmd/dsslib/validate/
H A Dvalidate.c137 Field_t* lastfield; local
218 lastfield = lastfield->next = field;
220 lastfield = state->field = field;
/ast/src/cmd/std/
H A Dps.c224 Key_t* lastfield; /* end of format list */ member in struct:State_s
1137 state.lastfield = kp;
1149 kp = state.lastfield;
1400 if (state.lastfield)
1401 state.lastfield = state.lastfield->next = kp;
1403 state.fields = state.lastfield = kp;
1718 state.lastfield->sep = newline;
/ast/src/cmd/dsslib/flat/
H A Dflat.c244 Field_t* lastfield; member in struct:Flat_s
1525 if (!(flat->lastfield->variable.name = (const char*)strdup(data)))
1539 if (!(flat->lastfield->variable.description = (const char*)strdup(data)))
1612 if (flat->format == &flat->lastfield->variable.format)
1613 flat->lastfield->variable.type = t;
1615 flat->lastfield->physical.type = t;
1713 else if (!(flat->lastfield->width = (Cxexpr_t*)strdup(data)))
1834 if (!flat->lastfield->physical.array && !(flat->lastfield->physical.array = newof(0, Cxarray_t, 1, 0)))
1840 flat->array = flat->lastfield
[all...]
/ast/src/cmd/dsslib/stats/
H A Dstats.c315 Field_t* lastfield; local
460 lastfield = lastfield->next = field;
462 lastfield = state->field = field;

Completed in 21 milliseconds