Lines Matching refs:cx
61 Cx_t* cx;
120 if ((*state->getf)(state->cx, &x, file->data + k, NiL, NiL, file->record, state->cx->disc))
128 merge_beg(Cx_t* cx, Cxexpr_t* expr, void* data, Cxdisc_t* disc)
134 Dss_t* dss = DSS(cx);
159 sfprintf(cx->buf, "%s%s", strchr(dss_lib_merge.description, '['), merge_usage);
160 u = sfstruse(cx->buf);
167 if (!(variable = cxvariable(cx, opt_info.arg, NiL, disc)))
212 if (cx->disc->errorf)
213 (*cx->disc->errorf)(NiL, cx->disc, ERROR_SYSTEM|2, "out of space");
216 state->cx = cx;
217 if (!(state->getf = cxcallout(cx, CX_GET, cx->state->type_void, cx->state->type_void, cx->disc)))
219 if (cx->disc->errorf)
220 (*cx->disc->errorf)(NiL, cx->disc, 2, "CX_GET callout required");
234 if (cx->disc->errorf)
235 (*cx->disc->errorf)(NiL, cx->disc, ERROR_SYSTEM|2, "out of space");