Home
last modified time | relevance | path

Searched refs:bottomNotTop (Results 1 – 5 of 5) sorted by relevance

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dfixcell.c161 fptr->leftNotRight,fptr->bottomNotTop,
178 if( fptr->bottomNotTop ){
212 if( fptr->bottomNotTop ){
314 if( fptr->bottomNotTop ){
329 if( fptr->bottomNotTop ){
H A Dgraphics.c298 char bottomNotTop[2] ; /* reference to bottom or top of core */ in process_graphics() local
390 determine_origin( &x1, &y1, leftNotRight, bottomNotTop ) ; in process_graphics()
393 fixCell( NEIGHBORHOODFLAG, x1, leftNotRight, y1, bottomNotTop, in process_graphics()
1328 char bottomNotTop[2] ; /* reference to bottom or top of core */ local
1338 determine_origin( &x1, &y1, leftNotRight, bottomNotTop ) ;
1340 fixCell( POINTFLAG, x1, leftNotRight, y1, bottomNotTop,
H A Doutput.c431 if( fixptr->bottomNotTop == TRUE ){
443 if( fixptr->bottomNotTop == TRUE ){
H A Dcustom.h235 BOOL bottomNotTop ; member
H A Dinitialize.c583 fixptr->bottomNotTop = TRUE ; in fixCell()
585 fixptr->bottomNotTop = FALSE ; in fixCell()