Lines Matching defs:any
4 * Permission is hereby granted, free of charge, to any person obtaining a
656 xXIAnyInfo *any = (xXIAnyInfo *) ptr;
659 swaps(&any->length);
660 swaps(&any->type);
661 swaps(&any->sourceid);
664 switch (any->type) {
667 xXIButtonInfo *b = (xXIButtonInfo *) any;
692 xXIKeyInfo *k = (xXIKeyInfo *) any;
716 xXIValuatorInfo *v = (xXIValuatorInfo *) any;
724 xXIScrollInfo *s = (xXIScrollInfo *) any;
750 ptr += any->length * 4;