Home
last modified time | relevance | path

Searched refs:Entitycol (Results 1 – 7 of 7) sorted by relevance

/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A Dcontact.c31 extern Entitycol *entitycol; /* predefined colors of entities */
H A Dcgx.h255 }Entitycol; typedef
H A Dwritefbd.c29 extern Entitycol *entitycol;
H A Dcgx.c233 Entitycol *entitycol;
6489 if( (entitycol= (Entitycol *)malloc( SET_COLS*sizeof(Entitycol))) == NULL ) in main()
H A DextFunktions.c48 extern Entitycol *entitycol;
H A DplotFunktions.c30 extern Entitycol *entitycol; /* predefined colors of entities */
H A DsetFunktions.c52 extern Entitycol *entitycol; /* predefined colors of entities */
13342 if( (entitycol= (Entitycol *)realloc(entitycol, entitycols*sizeof(Entitycol))) == NULL ) in commandoInterpreter()