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

/ast/src/lib/libdss/
H A Ddssopen.c809 Dssexpr_t* xt; local
818 xh = xt = 0;
826 if (!(xt = dsscomp(dss, tail, NiL)))
828 if (xt->query->beg == null_beg)
830 dssfree(dss, xt);
831 xt = 0;
857 if (xh || xt)
875 if (xt)
877 expr->pass = xt;
878 xt
[all...]

Completed in 17 milliseconds