Lines Matching defs:any
4 * Permission is hereby granted, free of charge, to any person obtaining a
14 * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
669 xXIAnyInfo* any = (xXIAnyInfo*)ptr;
674 swaps(&any->length, n);
675 swaps(&any->type, n);
676 swaps(&any->sourceid, n);
679 switch(any->type)
683 xXIButtonInfo *b = (xXIButtonInfo*)any;
713 xXIKeyInfo *k = (xXIKeyInfo*)any;
743 xXIValuatorInfo *v = (xXIValuatorInfo*)any;
754 ptr += any->length * 4;