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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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 48 milliseconds