Home
last modified time | relevance | path

Searched refs:TILEBOX (Results 1 – 3 of 3) sorted by relevance

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dmergecell.c190 (TILEBOXPTR) Ysafe_malloc( sizeof( TILEBOX ) ) ;
194 (TILEBOXPTR) Ysafe_malloc( sizeof( TILEBOX ) ) ;
H A Dinitialize.c278 ptrS->tiles = (TILEBOXPTR) Ysafe_calloc( 1, sizeof(TILEBOX) ) ; in cleanupReadCells()
282 ptrS->tiles = (TILEBOXPTR) Ysafe_calloc( 1, sizeof(TILEBOX) ) ; in cleanupReadCells()
286 ptrS->tiles = (TILEBOXPTR) Ysafe_calloc( 1, sizeof(TILEBOX) ) ; in cleanupReadCells()
290 ptrS->tiles = (TILEBOXPTR) Ysafe_calloc( 1, sizeof(TILEBOX) ) ; in cleanupReadCells()
767 tile->next = (TILEBOXPTR) Ysafe_malloc( sizeof( TILEBOX )); in processCorners()
771 (TILEBOXPTR) Ysafe_malloc( sizeof( TILEBOX )); in processCorners()
H A Dcustom.h204 } *TILEBOXPTR , TILEBOX ; typedef