Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/
H A Derrorout-console.adb60 Color_Note, Color_Warning, Color_Error, Color_Fatal, literal
81 when Color_Warning => Put_Err (E & "[1;35m"); -- Bold, magenta
193 Set_Color (Color_Warning);
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A Ddraw_ext.h186 extern int Color_Warning; /* Warning flag for non-standard color */
H A Ddraw_gbl.h178 int Color_Warning; /* Warning flag for non-standard color */ variable
H A DRead_Input.cxx715 Color_Warning = 0; in Init_DRAWxtl()
3219 if (Color_Warning <= 5) { in Transform_VRML_Color()
3225 Color_Warning++; in Transform_VRML_Color()
H A DGenerate_Drawing.cxx389 drvui->do_ellipsoids = Color_Warning = 0; in Generate_Drawing()