Home
last modified time | relevance | path

Searched refs:BRIGHTBLUE (Results 1 – 14 of 14) sorted by relevance

/dports/devel/replxx/replxx-release-0.0.3/examples/
H A Dcxx-api.cxx167 {"\\'", cl::BRIGHTBLUE}, in main()
168 {"\\\"", cl::BRIGHTBLUE}, in main()
169 {"\\-", cl::BRIGHTBLUE}, in main()
170 {"\\+", cl::BRIGHTBLUE}, in main()
171 {"\\=", cl::BRIGHTBLUE}, in main()
172 {"\\/", cl::BRIGHTBLUE}, in main()
173 {"\\*", cl::BRIGHTBLUE}, in main()
174 {"\\^", cl::BRIGHTBLUE}, in main()
196 {"color_brightblue", cl::BRIGHTBLUE}, in main()
/dports/math/curv/curv-0.5/extern/replxx/examples/
H A Dcxx-api.cxx167 {"\\'", cl::BRIGHTBLUE}, in main()
168 {"\\\"", cl::BRIGHTBLUE}, in main()
169 {"\\-", cl::BRIGHTBLUE}, in main()
170 {"\\+", cl::BRIGHTBLUE}, in main()
171 {"\\=", cl::BRIGHTBLUE}, in main()
172 {"\\/", cl::BRIGHTBLUE}, in main()
173 {"\\*", cl::BRIGHTBLUE}, in main()
174 {"\\^", cl::BRIGHTBLUE}, in main()
196 {"color_brightblue", cl::BRIGHTBLUE}, in main()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/scripts/cadofactor/
H A Dcadologger.py28 BRIGHTBLUE = CSI + '34;1' + SGR variable in ANSI
47 COMMAND : ANSI.BRIGHTBLUE
/dports/misc/colortail/colortail-0.3.3/
H A DCfgFileParser.h70 #define BRIGHTBLUE "\033[1;34m" macro
H A DCfgFileParser.cc341 strcpy(color, BRIGHTBLUE); in read_color()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/replxx/src/
H A Dutil.cxx131 case Replxx::Color::BRIGHTBLUE: code = brightblue; break; in ansi_color()
/dports/mail/rspamd/rspamd-3.1/contrib/replxx/src/
H A Dutil.cxx131 case Replxx::Color::BRIGHTBLUE: code = brightblue; break; in ansi_color()
/dports/devel/replxx/replxx-release-0.0.3/src/
H A Dutil.cxx143 case Replxx::Color::BRIGHTBLUE: code = brightblue; break; in ansi_color()
/dports/math/curv/curv-0.5/extern/replxx/src/
H A Dutil.cxx143 case Replxx::Color::BRIGHTBLUE: code = brightblue; break; in ansi_color()
/dports/devel/replxx/replxx-release-0.0.3/include/
H A Dreplxx.hxx85 BRIGHTBLUE = 12, enumerator
/dports/math/curv/curv-0.5/extern/replxx/include/
H A Dreplxx.hxx85 BRIGHTBLUE = 12, enumerator
/dports/mail/rspamd/rspamd-3.1/contrib/replxx/include/
H A Dreplxx.hxx85 BRIGHTBLUE = 12, enumerator
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/replxx/include/
H A Dreplxx.hxx85 BRIGHTBLUE = 12, enumerator
/dports/math/curv/curv-0.5/curv/
H A Drepl.cc315 col = Color::BRIGHTBLUE; in color_input()