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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c59 #define ISPUNCT(C) ispunct(C) macro
71 #define ISPUNCT(C) (isascii(C) && ispunct(C)) macro
638 FUNC(is_punct, ISPUNCT)
H A Dregex.c209 # define ISPUNCT(c) (IN_CTYPE_DOMAIN (c) && ispunct (c))
3302 if ( (is_punct && ISPUNCT (ch))
208 # define ISPUNCT macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c253 #define ISPUNCT(c) (ISASCII (c) && ispunct (c))
2371 if ( (is_punct && ISPUNCT (ch))
252 #define ISPUNCT macro

Completed in 103 milliseconds