Lines Matching refs:xsp
1874 xform_register(struct xformsw *xsp)1876 xsp->xf_next = xforms;1877 xforms = xsp;1886 struct xformsw *xsp;1890 for (xsp = xforms; xsp; xsp = xsp->xf_next)1891 if (xsp->xf_type == xftype)1892 return (*xsp->xf_init)(sav, xsp);
Indexes created Thu Nov 06 07:09:58 GMT 2025