Searched refs:cxisstring (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libdss/
H A Dcxcomp.c645 else if (op == CX_GET || op == CX_SET || op == CX_REF || op == CX_CALL || !cxisstring(type1))
712 if (v1 && v1->format.map && cxisstring(type2) && !cxstr2num(cx, &v1->format, i2->data.string.data, i2->data.string.size, &m))
719 if (v2 && v2->format.map && cxisstring(type1) && !cxstr2num(cx, &v2->format, i1->data.string.data, i1->data.string.size, &m))
726 if (cxisstring(type2))
745 if (cxisnumber(type2) && cxisstring(type1))
758 if (v1 && cxisstring(type1) && !v2 && cxisnumber(type2) && (x.callout = cxcallout(cx, op, type1->fundamental, type1->fundamental, cx->disc)) && !cxnum2str(cx, &v1->format, i2->data.number, &s))
771 if (v2 && cxisstring(type2) && !v1 && cxisnumber(type1) && (x.callout = cxcallout(cx, op, type2->fundamental, type2->fundamental, cx->disc)) && !cxnum2str(cx, &v2->format, i1->data.number, &s))
784 if (cxisstring(type2) && type1->internalf && (x.callout = cxcallout(cx, op, type1->fundamental, type1->fundamental, cx->disc)))
804 if (cxisstring(type1) && type2->internalf && (x.callout = cxcallout(cx, op, type2->fundamental, type2, cx->disc)))
839 if (op == CX_GET && (v1 = (Cxvariable_t*)pointer) && cxisstring(v
[all...]
H A Dcx.h173 #define cxisstring(t) (cxrepresentation(t)==CX_string) macro
176 #define cxsize(t,v) ((cxisstring(t)||cxisbuffer(t))?((v)->buffer.size):0)
H A Ddssprintf.c577 if (ap->variable && !ap->edit && cxisstring(ap->variable->type) && ap->variable->format.map && ap->variable->format.map->part && ap->variable->format.map->part->edit)
642 if (cxisstring(vp->type) && vp->format.map && vp->format.map->part && vp->format.map->part->edit)
H A Dcxmap.c342 if (!cxisstring(r->type))
H A Dcxopen.c54 if (!cxisstring(pt))
2223 if (cxisstring(type))
2253 else if (cxisnumber(type) && var && cxisstring(from) && var->format.map && !cxstr2num(cx, &var->format, val.value.string.data, val.value.string.size, &m))
/ast/src/cmd/dsslib/ip_t/
H A Dip_t.c317 if (!cxisstring(pat))
389 if (!cxisstring(pat))
419 if (!cxisstring(pat))
449 if (!cxisstring(pat))
479 if (!cxisstring(pat))
844 if (!cxisstring(pat))
858 pm->str = cxisstring(pat);
/ast/src/cmd/dsslib/validate/
H A Dvalidate.c108 if (cxisstring(ap->variable->type) || cxisbuffer(ap->variable->type))
247 else if (cxisstring(field->variable->type) && constraint->def)
300 if (cxisstring(field->variable->type))
/ast/src/cmd/dsslib/merge/
H A Dmerge.c84 if (cxisstring(kp->variable->type) || cxisbuffer(kp->variable->type))
/ast/src/cmd/dsslib/stats/
H A Dstats.c374 group->string = cxisstring(variable->type) || cxisbuffer(variable->type);
/ast/src/cmd/dsslib/flat/
H A Dflat.c588 if (cxisstring(w->ret.type))
3060 else if (cxisstring(type))
3965 if (cxisnumber(f->variable.type) && cxisstring(f->flatten->type))
3967 else if (cxisstring(f->variable.type) && cxisnumber(f->flatten->type))
/ast/src/cmd/kshlib/dss/
H A Ddss.c886 if(val && !(flag&NV_INTEGER) && tp->type->internalf && !cxisstring(tp->type))

Completed in 41 milliseconds