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

/haiku/src/build/libgnuregex/
H A Dregex.c146 #define ISPUNCT(c) (isascii (c) && ispunct (c))
1498 || (is_punct && ISPUNCT (ch))
145 #define ISPUNCT macro

Completed in 36 milliseconds