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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term_entry.h 112 #define WANTED(s) ((s) == ABSENT_STRING)
113 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
tic.h 216 #define ABSENT_STRING (char *)0
225 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term_entry.h 112 #define WANTED(s) ((s) == ABSENT_STRING)
113 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
tic.h 230 #define ABSENT_STRING (char *)0
239 #define VALID_STRING(s) ((s) != CANCELLED_STRING && (s) != ABSENT_STRING)

Completed in 55 milliseconds