Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dmultibyte.h50 #define ISPUNCT iswpunct macro
84 #define ISPUNCT ispunct macro
/freebsd/contrib/nvi/regex/
H A Dregex2.h170 #define ISWORD(c) ((c) == '_' || (ISGRAPH((UCHAR_T)c) && !ISPUNCT((UCHAR_T)c)))
/freebsd/contrib/nvi/vi/
H A Dvi.h11 #define inword(ch) ((ch) == '_' || (ISGRAPH(ch) && !ISPUNCT(ch)))