Searched defs:ISPUNCT (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/nvi/common/
H A Dmultibyte.h52 #define ISPUNCT iswpunct macro
86 #define ISPUNCT ispunct macro
/freebsd-10-stable/contrib/binutils/include/
H A Dsafe-ctype.h101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/freebsd-10-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/freebsd-10-stable/contrib/gdb/include/
H A Dsafe-ctype.h101 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/freebsd-10-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
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dregex.c235 # define ISPUNCT macro
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dregex.c235 # define ISPUNCT macro

Completed in 97 milliseconds