OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_sch_isnvsp
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/coregrind/m_demangle/
safe-ctype.h
72
_sch_isnvsp
= 0x0800, /* space \t \f \v \0 */
enumerator in enum:__anon37306
79
_sch_iscppsp = _sch_isvsp|
_sch_isnvsp
, /* isspace + \0 */
106
#define IS_NVSPACE(c) _sch_test(c,
_sch_isnvsp
)
/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
72
_sch_isnvsp
= 0x0800, /* space \t \f \v \0 */
enumerator in enum:__anon57545
79
_sch_iscppsp = _sch_isvsp|
_sch_isnvsp
, /* isspace + \0 */
106
#define IS_NVSPACE(c) _sch_test(c,
_sch_isnvsp
)
/toolchain/binutils/binutils-2.25/include/
safe-ctype.h
72
_sch_isnvsp
= 0x0800, /* space \t \f \v \0 */
enumerator in enum:__anon116338
79
_sch_iscppsp = _sch_isvsp|
_sch_isnvsp
, /* isspace + \0 */
106
#define IS_NVSPACE(c) _sch_test(c,
_sch_isnvsp
)
Completed in 136 milliseconds