Searched refs:cxscope (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/dsslib/stats/ |
H A D | stats.c | 338 if (!cxscope(state->print, cx, 0, 0, disc)) 516 cxscope(state->print, NiL, 0, 0, disc);
|
/ast/src/lib/libdss/ |
H A D | cx.h | 630 extern Cx_t* cxscope(Cx_t*, Cx_t*, Cxflags_t, Cxflags_t, Cxdisc_t*);
|
H A D | dssopen.c | 607 if (!(dss->cx = cxscope(NiL, meth->cx, flags & DSS_CX_FLAGS, test, disc)) || disc->map && !loadtags(disc->map, "map", disc, meth))
|
H A D | cxopen.c | 1036 cxscope(Cx_t* top, Cx_t* bot, Cxflags_t flags, Cxflags_t test, Cxdisc_t* disc) function 1144 cxscope(cx, NiL, 0, 0, cx->disc);
|
Completed in 19 milliseconds