Lines Matching defs:callouts
808 static Cxcallout_t callouts[] =
1013 cx->callouts = state.callouts;
1063 dtview(top->callouts, bot->callouts);
1065 top->callouts = bot->callouts;
1109 dtview(top->callouts, NiL);
1148 dtclose(cx->callouts);
1375 dict = cx->callouts;
1384 dtview(dict, cx->callouts);
1385 cx->callouts = dict;
1404 dict = state.callouts;
1450 while (!(callout = (Cxcallout_t*)dtmatch(cx ? cx->callouts : state.callouts, &op)))
2359 !(state.callouts = dtopen(&state.codedisc, Dtoset)) ||
2379 for (i = 0; i < elementsof(callouts); i++)
2380 if (cxaddcallout(NiL, &callouts[i], disc))