OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISPUNCT
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/bsd/nvi/dist/common/
multibyte.h
56
#define
ISPUNCT
iswpunct
89
#define
ISPUNCT
ispunct
/src/external/gpl2/gmake/dist/glob/
fnmatch.c
84
# define
ISPUNCT
(c) (ISASCII (c) &&
ispunct
(c))
373
|| (STREQ (str, "punct") &&
ISPUNCT
((unsigned char) *n))
/src/external/gpl2/grep/dist/src/
system.h
186
#define
ISPUNCT
(C) (IN_CTYPE_DOMAIN (C) &&
ispunct
(C))
dfa.c
75
#define
ISPUNCT
(C)
ispunct
(C)
87
#define
ISPUNCT
(C) (isascii(C) &&
ispunct
(C))
665
FUNC(is_punct,
ISPUNCT
)
/src/external/gpl2/xcvs/dist/lib/
fnmatch.c
115
# define
ISPUNCT
(c) (ISASCII (c) &&
ispunct
(c))
/src/external/gpl3/binutils/dist/include/
safe-ctype.h
97
#define
ISPUNCT
(c) _sch_test(c, _sch_ispunct)
137
#undef
ispunct
macro
138
#define
ispunct
(c) do_not_use_ispunct_with_safe_ctype
macro
/src/external/gpl3/binutils.old/dist/include/
safe-ctype.h
97
#define
ISPUNCT
(c) _sch_test(c, _sch_ispunct)
137
#undef
ispunct
macro
138
#define
ispunct
(c) do_not_use_ispunct_with_safe_ctype
macro
/src/external/gpl3/gcc/dist/include/
safe-ctype.h
97
#define
ISPUNCT
(c) _sch_test(c, _sch_ispunct)
137
#undef
ispunct
macro
138
#define
ispunct
(c) do_not_use_ispunct_with_safe_ctype
macro
/src/external/gpl3/gcc.old/dist/include/
safe-ctype.h
97
#define
ISPUNCT
(c) _sch_test(c, _sch_ispunct)
137
#undef
ispunct
macro
138
#define
ispunct
(c) do_not_use_ispunct_with_safe_ctype
macro
/src/external/gpl3/gdb/dist/include/
safe-ctype.h
97
#define
ISPUNCT
(c) _sch_test(c, _sch_ispunct)
137
#undef
ispunct
macro
138
#define
ispunct
(c) do_not_use_ispunct_with_safe_ctype
macro
/src/external/gpl3/gdb.old/dist/include/
safe-ctype.h
97
#define
ISPUNCT
(c) _sch_test(c, _sch_ispunct)
137
#undef
ispunct
macro
138
#define
ispunct
(c) do_not_use_ispunct_with_safe_ctype
macro
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c
60
#define
ISPUNCT
(C)
ispunct
(C)
72
#define
ISPUNCT
(C) (isascii(C) &&
ispunct
(C))
639
FUNC(is_punct,
ISPUNCT
)
regex.c
210
# define
ISPUNCT
(c) (IN_CTYPE_DOMAIN (c) &&
ispunct
(c))
3303
if ( (is_punct &&
ISPUNCT
(ch))
/src/external/ibm-public/postfix/dist/src/util/
sys_defs.h
1782
#define
ISPUNCT
(c) (ISASCII(c) &&
ispunct
((unsigned char)(c)))
/src/external/gpl3/binutils/dist/libiberty/
regex.c
241
# define
ISPUNCT
(c) (ISASCII (c) &&
ispunct
(c))
3308
if ( (is_punct &&
ISPUNCT
(ch))
/src/external/gpl3/binutils.old/dist/libiberty/
regex.c
241
# define
ISPUNCT
(c) (ISASCII (c) &&
ispunct
(c))
3308
if ( (is_punct &&
ISPUNCT
(ch))
/src/external/gpl3/gcc/dist/libiberty/
regex.c
241
# define
ISPUNCT
(c) (ISASCII (c) &&
ispunct
(c))
3308
if ( (is_punct &&
ISPUNCT
(ch))
/src/external/gpl3/gcc.old/dist/libiberty/
regex.c
241
# define
ISPUNCT
(c) (ISASCII (c) &&
ispunct
(c))
3308
if ( (is_punct &&
ISPUNCT
(ch))
/src/external/gpl3/gdb/dist/libiberty/
regex.c
241
# define
ISPUNCT
(c) (ISASCII (c) &&
ispunct
(c))
3308
if ( (is_punct &&
ISPUNCT
(ch))
/src/external/gpl3/gdb.old/dist/libiberty/
regex.c
241
# define
ISPUNCT
(c) (ISASCII (c) &&
ispunct
(c))
3308
if ( (is_punct &&
ISPUNCT
(ch))
/src/external/gpl2/diffutils/dist/lib/
regex.c
245
# define
ISPUNCT
(c) (IN_CTYPE_DOMAIN (c) &&
ispunct
(c))
3375
if ( (is_punct &&
ISPUNCT
(ch))
/src/external/gpl2/grep/dist/lib/
regex.c
257
#define
ISPUNCT
(c) (ISASCII (c) &&
ispunct
(c))
3296
if ( (is_punct &&
ISPUNCT
(ch))
Completed in 183 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026