Home
last modified time | relevance | path

Searched refs:LENTOIND (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/src/curses/
H A Dhanoi.c35 #define LENTOIND(x) (((x)-1)/2) macro
218 attrset(COLOR_PAIR(LENTOIND(Pegs[Peg].Length[SlotNo]))); in DisplayTiles()
/dports/devel/ncurses/ncurses-6.3/test/
H A Dhanoi.c62 #define LENTOIND(x) (((int)(x)-1)/2) macro
160 (void) attrset(AttrArg(COLOR_PAIR(LENTOIND(len)), 0)); in DisplayTiles()
/dports/japanese/libslang/slang-1.4.5jp2/src/curses/
H A Dhanoi.c35 #define LENTOIND(x) (((x)-1)/2) macro
218 attrset(COLOR_PAIR(LENTOIND(Pegs[Peg].Length[SlotNo]))); in DisplayTiles()