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

/ast/src/lib/libast/regex/
H A Dreglib.h215 #ifndef iswcntrl
216 #define iswcntrl(x) iscntrl(x) macro
H A Dregclass.c71 static int Iscntrl(int c) { return iswcntrl(c); }
/ast/src/cmd/3d/
H A Dstrmatch.c90 #define iscntrl(x) iswcntrl(x)

Completed in 16 milliseconds