OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CANCELLED_STRING
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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
113
#define PRESENT(s) (((s) != ABSENT_STRING) && ((s) !=
CANCELLED_STRING
))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tic.h
235
#define
CANCELLED_STRING
(char *)(-1)
239
#define VALID_STRING(s) ((s) !=
CANCELLED_STRING
&& (s) != ABSENT_STRING)
term_entry.h
113
#define PRESENT(s) (((s) != ABSENT_STRING) && ((s) !=
CANCELLED_STRING
))
Completed in 325 milliseconds