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

/netgear-R7000-V1.0.7.12_1.2.5/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
H A Dregex.c208 # define ISPUNCT macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex.c252 #define ISPUNCT macro

Completed in 137 milliseconds