Search | Google it | Results 1 - 2 of 2 for funcall:QueSearch (0.01 seconds) |
154: if (port <= 0) return NULL; 155: q = QueSearch(&ConsPort, &ConsPort, port, offsetof(CONSCB, port)); 156: return (q == &ConsPort) ? NULL : (CONSCB*)q;
257: /* look for KeyState that matches keytop */ 258: ks = (KeyState*)QueSearch(&StatMach.useq, &StatMach.useq, 259: keytop.w, offsetof(KeyState, keytop.w));