Searched refs:ISPUNCT (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h112 #define ISPUNCT(c) (IN_CTYPE_DOMAIN (c) && ispunct (c)) macro
H A Dstmt.c5499 else if (ISPUNCT (i))
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c245 #define ISPUNCT(c) (ISASCII (c) && ispunct (c))
2303 if ( (is_punct && ISPUNCT (ch))
244 #define ISPUNCT macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c236 # define ISPUNCT(c) (ISASCII (c) && ispunct (c))
3302 if ( (is_punct && ISPUNCT (ch))
235 # define ISPUNCT macro
/haiku-buildtools/gcc/libiberty/
H A Dregex.c238 # define ISPUNCT(c) (ISASCII (c) && ispunct (c))
3304 if ( (is_punct && ISPUNCT (ch))
237 # define ISPUNCT macro
/haiku-buildtools/binutils/libiberty/
H A Dregex.c238 # define ISPUNCT(c) (ISASCII (c) && ispunct (c))
3305 if ( (is_punct && ISPUNCT (ch))
237 # define ISPUNCT macro

Completed in 130 milliseconds