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

/ast/src/lib/libdss/
H A Ddssmisc.c149 return cxvariable(dss->cx, name, NiL, dss->disc);
H A Dcx.h670 extern Cxvariable_t* cxvariable(Cx_t*, const char*, Cxtype_t*, Cxdisc_t*);
H A Ddssprintf.c370 else if (!(ap->variable = cxvariable(cx, v, NiL, cx->disc)))
H A Ddsstags.c53 if (!(fp->prev->data = cxvariable(state->meth->cx, data, NiL, state->disc)))
H A Dcxopen.c422 return (r->value.variable = cxvariable(cx, b->value.string.data, a->type, disc)) ? 0 : -1;
2034 cxvariable(Cx_t* cx, const char* name, register Cxtype_t* m, Cxdisc_t* disc) function
/ast/src/cmd/dsslib/lookup/
H A Dlookup.c107 if (!(state->variable = cxvariable(cx, argv[1], NiL, disc)))
/ast/src/cmd/dsslib/merge/
H A Dmerge.c167 if (!(variable = cxvariable(cx, opt_info.arg, NiL, disc)))
/ast/src/cmd/dsslib/sort/
H A Dsort.c226 if (!(variable = cxvariable(cx, s, NiL, disc)))
/ast/src/cmd/dsslib/stats/
H A Dstats.c365 if (!(variable = cxvariable(cx, opt_info.arg, NiL, disc)))
444 else if (!(variable = cxvariable(cx, *argv, NiL, disc)))
/ast/src/cmd/dsslib/validate/
H A Dvalidate.c206 else if (!(variable = cxvariable(cx, *argv, NiL, disc)))
/ast/src/cmd/dsslib/xml/
H A Dxml.c144 var = cxvariable(cx, name, NiL, disc);

Completed in 46 milliseconds