Home
last modified time | relevance | path

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

/dports/games/xgalaga/xgalaga-2.1.1.0/
H A Dtitle.c94 center_text(" p pause ", top+30, W_Cyan); in show_help()
95 center_text(" q end game ", top+40, W_Cyan); in show_help()
96 center_text(" Q quick quit ", top+50, W_Cyan); in show_help()
97 center_text(" k keyboard control", top+60, W_Cyan); in show_help()
98 center_text(" m mouse control ", top+70, W_Cyan); in show_help()
100 center_text(" x toggle shields ", top+80, W_Cyan); in show_help()
103 center_text(" s toggle sound ", top+90, W_Cyan); in show_help()
108 top+150, W_Cyan); in show_help()
H A Dmain.c138 stars[i].color = W_Cyan; in init_stars()
187 stars[i].color = W_Cyan; in do_stars()
206 W_DrawImage(baseWin, WINWIDTH - 20 * shieldcount, 0, 0, shieldImage, W_Cyan); in do_stars()
1267 W_Cyan);
H A DWlib.h60 extern W_Color W_White, W_Black, W_Red, W_Green, W_Yellow, W_Cyan, W_Grey, W_DarkGrey;
H A Dhighscore.c79 center_text(buf, 250 + W_Textheight, W_Cyan); in do_name()
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Denter.c204 s_lines[i].color = W_Cyan; in init_hockey_lines()
226 s_lines[i].color = W_Cyan; in init_hockey_lines()
237 s_lines[i].color = W_Cyan; in init_hockey_lines()
248 s_lines[i].color = W_Cyan; in init_hockey_lines()
259 s_lines[i].color = W_Cyan; in init_hockey_lines()
H A Dcolors.c36 shipCol[4] = W_Cyan; in getColorDefs()
H A Dranklist.c98 W_WriteText(rankw, 1, i + 2, W_Cyan, buf, strlen(buf), W_BoldFont); in ranklist()
H A DWlib.h57 extern W_Color W_White, W_Black, W_Red, W_Green, W_Yellow, W_Cyan, W_Grey;
H A Dgetname.c88 myf(X_L, i * W_Textheight + 180, W_Cyan, W_RegularFont, "%s", README[i]); in redraw_readme()
H A Dparsemeta.c922 if (sp->pid != -1) color = W_Cyan; in redraw()
1019 W_WriteText(metaList, 0, 0, W_Cyan, header, -1, 0); in metawindow()
H A Dnewwin.c1291 W_WriteText(w, center, W_Textheight, W_Cyan, buf, length, W_BoldFont); in showMotd()
1293 show_motd_heading(w, cbugs, 3, W_Cyan); in showMotd()
H A Dx11window.c147 W_Color W_Yellow = YELLOW, W_Cyan = CYAN, W_Grey = GREY; variable
/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Ddata.c80 W_Color W_Yellow = YELLOW, W_Cyan = CYAN, W_Grey = LIGHT_GREY, W_DarkGrey = DARK_GREY; variable
H A DWlib.h60 extern W_Color W_White, W_Black, W_Red, W_Green, W_Yellow, W_Cyan, W_Grey, W_DarkGrey;