Home
last modified time | relevance | path

Searched refs:TWinitGraphics (Results 1 – 8 of 8) sorted by relevance

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/include/yalecad/
H A Dwgraphics.h17 #define TWinitGraphics( argc, argv, numC, colors,menuPath,refresh_func) \ macro
H A Ddraw.h81 extern BOOL TWinitGraphics( P7(INT argc, char *argv[], INT numC, char *colors[],
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twflow/
H A Dgraphics.c119 if(!(TWinitGraphics(argc,argv,TWnumcolors(),TWstdcolors(),
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dgraphics.c193 TWinitGraphics(argc,argv,TWnumcolors(),TWstdcolors(),TRUE,MENU,
217 if(!(TWinitGraphics(argc,argv,TWnumcolors(),TWstdcolors(),FALSE,MENU,
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/mc_compact/
H A Dcdraw.c118 if(!(TWinitGraphics(argc,argv,TWnumcolors(),TWstdcolors(),
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dgraphics.c162 if(!(TWinitGraphics(argc,argv,TWnumcolors(),TWstdcolors(),FALSE,
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/genrows/
H A Ddraw.c177 if(!(TWinitGraphics(argc,argv,TWnumcolors(),TWstdcolors(),
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Ddraw.c374 BOOL TWinitGraphics(argc,argv,numC,colors,dumpOnly,menu,refresh_func) in TWinitGraphics() function