Searched defs:PhysicalsOwned (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkBind.c120 * PhysicalsOwned structs. */
261 typedef struct PhysicalsOwned { struct
266 } PhysicalsOwned; typedef in typeref:struct:PhysicalsOwned
2423 PhysicalsOwned *poPtr;
2452 poPtr = (PhysicalsOwned *) Tcl_GetHashValue(vhPtr);
2454 poPtr = (PhysicalsOwned *) ckalloc(sizeof(PhysicalsOwned));
2468 poPtr = (PhysicalsOwned *) ckrealloc((char *) poPtr,
2469 sizeof(PhysicalsOwned) + poPtr->numOwned * sizeof(PatSeq *));
2532 PhysicalsOwned *poPt
[all...]

Completed in 18 milliseconds