Searched refs:iswcntrl (Results 1 – 20 of 20) sorted by relevance
64 if ((wcwidth(*wcs) <= 0) && !iswcntrl(*wcs)) in wins_nwstr()
97 if (iswcntrl(wc)) { in wunctrl()
137 extern int iswcntrl(wint_t);158 using std::iswcntrl;
52 using std::iswcntrl;
99 if (iswcntrl(wc)) {
87 extern int iswcntrl(wint_t);
346 #undef iswcntrl361 #define iswcntrl(c) iscntrl(c) macro
215 #ifndef iswcntrl216 #define iswcntrl(x) iscntrl(x) macro
78 static int Iscntrl(int c) { return iswcntrl(c); } in Iscntrl()
1019 !iswcntrl(lower_char) && !iswcntrl(upper_char) && in valid_range()
65 func | iswcntrl |\
95 iswcntrl { TYPE = FUNCTION };
267 if (!iswcntrl(c) && !iswspace(c) && in main()
261 !iswcntrl(c) && !iswcntrl(lc)) { in yylex()
870 iswcntrl.3c \1785 iswcntrl.3c := LINKSRC = iswalpha.3c
1294 iswcntrl;
1456 int iswcntrl(wint_t c);
4211 if (wc != L'\t' && iswcntrl(wc)) { in filter_string()
870 link path=usr/share/man/man3c/iswcntrl.3c target=iswalpha.3c
4992 usr/src/man/man3c/iswcntrl.3c