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

/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h52 #define ISPUNCT iswpunct macro
86 #define ISPUNCT ispunct macro
/freebsd-11-stable/contrib/nvi/regex/
H A Dregex2.h170 #define ISWORD(c) ((c) == '_' || (ISGRAPH((UCHAR_T)c) && !ISPUNCT((UCHAR_T)c)))
/freebsd-11-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/freebsd-11-stable/contrib/gdb/include/
H A Dsafe-ctype.h101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dsafe-ctype.h101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dsystem.h184 #define ISPUNCT(C) (IN_CTYPE_DOMAIN (C) && ispunct (C)) macro
H A Ddfa.c75 #define ISPUNCT(C) ispunct(C) macro
87 #define ISPUNCT(C) (isascii(C) && ispunct(C)) macro
665 FUNC(is_punct, ISPUNCT)
/freebsd-11-stable/contrib/nvi/vi/
H A Dvi.h13 #define inword(ch) ((ch) == '_' || (ISGRAPH(ch) && !ISPUNCT(ch)))
/freebsd-11-stable/contrib/gcc/
H A Dstmt.c2676 else if (ISPUNCT (i))
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c236 # define ISPUNCT(c) (ISASCII (c) && ispunct (c))
3302 if ( (is_punct && ISPUNCT (ch))
235 # define ISPUNCT macro
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c236 # define ISPUNCT(c) (ISASCII (c) && ispunct (c))
3302 if ( (is_punct && ISPUNCT (ch))
235 # define ISPUNCT macro

Completed in 230 milliseconds