Searched refs:TYPEAHEADSIZE (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xmh/dist/
H A Dcommand.c41 #define TYPEAHEADSIZE 20 macro
217 XEvent typeAheadQueue[TYPEAHEADSIZE], *eventP = typeAheadQueue;
276 if (type_ahead_count < TYPEAHEADSIZE) {
277 if (++type_ahead_count == TYPEAHEADSIZE) {
279 (Cardinal)TYPEAHEADSIZE, sizeof(XEvent) );
280 alt_queue_size = TYPEAHEADSIZE;
288 alt_queue_size += TYPEAHEADSIZE;

Completed in 2 milliseconds