Lines Matching refs:NumContexts
33 static int NumContexts = 0;
64 if (NumContexts >= MAX_CONTEXTS)
83 xpos = (NumContexts % 10) * 100;
84 ypos = (NumContexts / 10) * 100;
111 if (NumContexts == 0) {
130 if (NumContexts == 0) {
136 struct context *h = &Contexts[NumContexts];
141 NumContexts++;
142 return &Contexts[NumContexts-1];
212 for (i = 0; i < NumContexts; i++) {