Home
last modified time | relevance | path

Searched defs:ISPUNCT (Results 1 – 22 of 22) sorted by relevance

/netbsd/external/bsd/nvi/dist/common/
H A Dmultibyte.h56 #define ISPUNCT iswpunct macro
89 #define ISPUNCT ispunct macro
/netbsd/external/gpl2/gmake/dist/glob/
H A Dfnmatch.c84 # define ISPUNCT(c) (ISASCII (c) && ispunct (c)) macro
/netbsd/external/gpl3/gdb/dist/include/
H A Dsafe-ctype.h97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/netbsd/external/gpl3/binutils.old/dist/include/
H A Dsafe-ctype.h97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/netbsd/external/gpl3/binutils/dist/include/
H A Dsafe-ctype.h97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/netbsd/external/gpl3/gcc.old/dist/include/
H A Dsafe-ctype.h97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/netbsd/external/gpl3/gdb.old/dist/include/
H A Dsafe-ctype.h97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/netbsd/external/gpl3/gcc/dist/include/
H A Dsafe-ctype.h97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/netbsd/external/gpl2/grep/dist/src/
H A Dsystem.h186 #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
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dfnmatch.c115 # define ISPUNCT(c) (ISASCII (c) && ispunct (c)) macro
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c60 #define ISPUNCT(C) ispunct(C) macro
72 #define ISPUNCT(C) (isascii(C) && ispunct(C)) macro
H A Dregex.c209 # define ISPUNCT(c) (IN_CTYPE_DOMAIN (c) && ispunct (c)) macro
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dregex.c236 # define ISPUNCT(c) (ISASCII (c) && ispunct (c)) macro
/netbsd/external/gpl2/diffutils/dist/lib/
H A Dregex.c244 # define ISPUNCT(c) (IN_CTYPE_DOMAIN (c) && ispunct (c)) macro
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1766 #define ISPUNCT(c) (ISASCII(c) && ispunct((unsigned char)(c))) macro
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c236 # define ISPUNCT(c) (ISASCII (c) && ispunct (c)) macro
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dregex.c240 # define ISPUNCT(c) (ISASCII (c) && ispunct (c)) macro
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c236 # define ISPUNCT(c) (ISASCII (c) && ispunct (c)) macro
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dregex.c236 # define ISPUNCT(c) (ISASCII (c) && ispunct (c)) macro
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dregex.c240 # define ISPUNCT(c) (ISASCII (c) && ispunct (c)) macro
/netbsd/external/gpl2/grep/dist/lib/
H A Dregex.c256 #define ISPUNCT(c) (ISASCII (c) && ispunct (c)) macro