HomeSort by relevance Sort by last modified time
    Searched refs:NCURSES_CAST (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 188 #define NCURSES_CAST(type,value) static_cast<type>(value)
190 #define NCURSES_CAST(type,value) (type)(value)
234 #define NCURSES_ACS(c) (acs_map[NCURSES_CAST(unsigned char,c)])
    [all...]
ncurses.h 188 #define NCURSES_CAST(type,value) static_cast<type>(value)
190 #define NCURSES_CAST(type,value) (type)(value)
234 #define NCURSES_ACS(c) (acs_map[NCURSES_CAST(unsigned char,c)])
    [all...]

Completed in 121 milliseconds