Home
last modified time | relevance | path

Searched refs:LIGHTCYAN (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dfeature-data.h82 COLOUR_AND_MAP(LIGHTCYAN),
159 COLOUR_IS(LIGHTCYAN),
166 COLOUR_IS(LIGHTCYAN),
173 COLOUR_IS(LIGHTCYAN),
302 TRAP(DNGN_TRAP_ARROW, "arrow trap", "trap_mechanical", LIGHTCYAN),
303 TRAP(DNGN_TRAP_SPEAR, "spear trap", "trap_mechanical", LIGHTCYAN),
304 TRAP(DNGN_TRAP_BLADE, "blade trap", "trap_mechanical", LIGHTCYAN),
305 TRAP(DNGN_TRAP_DART, "dart trap", "trap_mechanical", LIGHTCYAN),
306 TRAP(DNGN_TRAP_BOLT, "bolt trap", "trap_mechanical", LIGHTCYAN),
307 TRAP(DNGN_TRAP_NET, "net trap", "trap_mechanical", LIGHTCYAN),
[all …]
H A Dzap-data.h385 LIGHTCYAN,
681 LIGHTCYAN,
874 LIGHTCYAN,
908 LIGHTCYAN,
925 LIGHTCYAN,
1478 LIGHTCYAN,
1495 LIGHTCYAN,
1621 LIGHTCYAN,
H A Dcolour.cc84 while (result == LIGHTCYAN || result == CYAN || result == BROWN); in random_uncommon_colour()
158 return LIGHTCYAN; in _etc_waves()
287 return phase ? LIGHTCYAN : CYAN; in _etc_vortex()
291 return phase ? WHITE : one_chance_in(3) ? LIGHTCYAN : LIGHTGREY; in _etc_vortex()
333 case RUNE_COCYTUS: return LIGHTCYAN; in rune_colour()
391 { {40, LIGHTCYAN}, in init_element_colours()
625 {40, LIGHTCYAN}, in init_element_colours()
H A Dmon-data.h1197 MONS_RAIJU, 'h', LIGHTCYAN, "raiju",
3222 MONS_BARACHI, 'F', LIGHTCYAN, "barachi",
3428 MONS_ANCESTOR, 'R', LIGHTCYAN, "ancestor",
6271 MONS_MENNAS, 'A', LIGHTCYAN, "Mennas",
6327 MONS_ANTAEUS, 'C', LIGHTCYAN, "Antaeus",
6540 MONS_ROBIN, 'g', LIGHTCYAN, "Robin",
6607 MONS_ARACHNE, 'H', LIGHTCYAN, "Arachne",
6634 MONS_AGNES, 'i', LIGHTCYAN, "Agnes",
6776 MONS_VASHNIA, 'N', LIGHTCYAN, "Vashnia",
7065 MONS_TERENCE, '@', LIGHTCYAN, "Terence",
[all …]
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_sunvw.c62 #define LIGHTCYAN 13 macro
168 red[LIGHTCYAN] = 0; in Init_SunView()
169 green[LIGHTCYAN] = 255; in Init_SunView()
170 blue[LIGHTCYAN] = 255; in Init_SunView()
245 pw_put(pw, x, y, LIGHTCYAN); in PicBuf_to_Sunview()
H A Dx11.h66 #define LIGHTCYAN 13 macro
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dnewgame.cc2380 you.inv[0].colour = LIGHTCYAN; in create_wanderer()
2515 you.inv[4].colour = LIGHTCYAN; in create_wanderer()
2948 you.inv[0].colour = LIGHTCYAN; in give_items_skills()
3181 you.inv[0].colour = LIGHTCYAN; in give_items_skills()
3247 you.inv[0].colour = LIGHTCYAN; in give_items_skills()
3256 you.inv[1].colour = LIGHTCYAN; in give_items_skills()
3277 you.inv[4].colour = LIGHTCYAN; in give_items_skills()
3303 you.inv[0].colour = LIGHTCYAN; in give_items_skills()
3362 you.inv[0].colour = LIGHTCYAN; in give_items_skills()
3398 you.inv[0].colour = LIGHTCYAN; in give_items_skills()
[all …]
H A Dunrand.h586 OBJ_WEAPONS, WPN_GLAIVE, +5, +8, LIGHTCYAN,
785 OBJ_WEAPONS, WPN_MORNINGSTAR, +5, +5, LIGHTCYAN,
H A Ddefines.h106 #define LIGHTCYAN 11 macro
/dports/devel/z88dk/z88dk/libsrc/target/excali64/stdio/
H A Dconio_map_colour.asm50 defb $6 ;LIGHTCYAN -> 6 (cyan)
68 defb $8 ;LIGHTCYAN -> DARK RED
86 defb $6 ;LIGHTCYAN -> CYAN
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/masterserver/
H A Dcommon.h98 #define LIGHTCYAN FOREGROUND_BLUE|FOREGROUND_GREEN|FOREGROUND_INTENSITY macro
118 #define LIGHTCYAN "\033[1;36m" macro
/dports/editors/poke/poke-1.0/jitter/scripts/
H A Dhighlight-disassembly.in50 LIGHTCYAN=$ESC[1m$ESC[36m
95 DISASSEMBLY="$LIGHTCYAN"
/dports/science/gromacs/gromacs-2021.4/src/programs/view/
H A Dlogo.cpp87 { 20, YOFFS + 34, OSIZE, &LIGHTRED }, { 30, YOFFS + 12, NSIZE, &LIGHTCYAN }, in LogoCallBack()
90 { 50, YOFFS, OSIZE, &LIGHTRED }, { 60, YOFFS + 22, NSIZE, &LIGHTCYAN }, in LogoCallBack()
93 { 90, YOFFS + 12, NSIZE, &LIGHTCYAN }, { 90, YOFFS + 2, HSIZE, &WHITE }, in LogoCallBack()
H A Dx11.cpp54 unsigned long LIGHTBLUE, LIGHTGREEN, LIGHTGREY, LIGHTCYAN, LIGHTRED, VIOLET, YELLOW, WHITE; variable
402 x11->bg = LIGHTBLUE = LIGHTGREY = LIGHTGREEN = LIGHTCYAN = LIGHTRED = VIOLET = YELLOW = WHITE = in GetX11()
432 GetNamedColor(x11, "cyan", &LIGHTCYAN); in GetX11()
/dports/graphics/libcaca/libcaca-0.99.beta19/caca/
H A Dcaca_conio.h53 # undef LIGHTCYAN
54 # define LIGHTCYAN CACA_CONIO_LIGHTCYAN macro
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/cp-src/
H A Dscreen.hpp23 LIGHTCYAN, enumerator
/dports/editors/emacs/emacs-27.2/test/manual/etags/cp-src/
H A Dscreen.hpp23 LIGHTCYAN, enumerator
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Dmyprint.h26 LIGHTBLUE, LIGHTGREEN, LIGHTCYAN, LIGHTRED, LIGHTMAGENTA, YELLOW, WHITE enumerator
/dports/devel/upp/upp/bazaar/plugin/tcc/include/
H A Dconio.h36 LIGHTCYAN, enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_expr/
H A Dconio.h35 LIGHTCYAN, enumerator
/dports/graphics/libcaca/libcaca-0.99.beta19/java/org/zoy/caca/
H A DColor.java28 LIGHTCYAN((byte)0x0b), enumConstant
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/scre/
H A Dchanscbc.top16 lightcyan <xccl: set screbackcolor LIGHTCYAN>
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/rltiles/tool/
H A Dtile_colour.h19 LIGHTCYAN, enumerator
/dports/devel/z88dk/z88dk/libsrc/target/kc/stdio/
H A Dconio_map_colour.asm39 defb $5 ;LIGHTCYAN -> CYAN
/dports/devel/z88dk/z88dk/libsrc/target/multi8/stdio/
H A Dconio_map_colour.asm39 defb $5 ;LIGHTCYAN -> CYAN

12345678