Home
last modified time | relevance | path

Searched refs:LOWCOLORS (Results 1 – 4 of 4) sorted by relevance

/dports/games/powwow/powwow-1.2.17/
H A Dcmd2.c669 (i == LOWCOLORS - 1 || i == COLORS - 1) ? "\n\t\t" : ","); in __P0()
690 fg<LOWCOLORS ? '3' : '9', fg % LOWCOLORS, in __P3()
691 bg<LOWCOLORS ? "4" :"10", bg % LOWCOLORS); in __P3()
697 fg<LOWCOLORS ? '3' : '9', fg % LOWCOLORS); in __P3()
704 bg<LOWCOLORS ? "4" : "10", bg % LOWCOLORS); in __P3()
H A Dtty.c448 DEFAULTFG<LOWCOLORS ? '3' : '9', DEFAULTFG % LOWCOLORS, in __P0()
449 DEFAULTBG<LOWCOLORS ? "4" : "10", DEFAULTBG % LOWCOLORS); in __P0()
H A Ddefines.h185 #define LOWCOLORS 8 /* number of ANSI colors */ macro
H A Dcmd.c2324 fg<LOWCOLORS ? '3' : '9', fg % LOWCOLORS, in __P1()
2325 bg<LOWCOLORS ? "4" :"10", bg % LOWCOLORS); in __P1()