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

  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-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...]

Completed in 29 milliseconds