OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_sch_isvsp
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/coregrind/m_demangle/
safe-ctype.h
71
_sch_isvsp
= 0x0400, /* \n \r */
enumerator in enum:__anon25576
79
_sch_iscppsp =
_sch_isvsp
|_sch_isnvsp, /* isspace + \0 */
105
#define IS_VSPACE(c) _sch_test(c,
_sch_isvsp
)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
safe-ctype.h
71
_sch_isvsp
= 0x0400, /* \n \r */
enumerator in enum:__anon40371
79
_sch_iscppsp =
_sch_isvsp
|_sch_isnvsp, /* isspace + \0 */
105
#define IS_VSPACE(c) _sch_test(c,
_sch_isvsp
)
/toolchain/binutils/binutils-2.25/include/
safe-ctype.h
71
_sch_isvsp
= 0x0400, /* \n \r */
enumerator in enum:__anon74667
79
_sch_iscppsp =
_sch_isvsp
|_sch_isnvsp, /* isspace + \0 */
105
#define IS_VSPACE(c) _sch_test(c,
_sch_isvsp
)
Completed in 155 milliseconds