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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tic.h 221 #define CANCELLED_STRING (char *)(-1)
225 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
term_entry.h 107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tic.h 221 #define CANCELLED_STRING (char *)(-1)
225 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
term_entry.h 107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tic.h 221 #define CANCELLED_STRING (char *)(-1)
225 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
term_entry.h 107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))

Completed in 94 milliseconds