Home
last modified time | relevance | path

Searched refs:iswascii (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/lib/libc/port/locale/
H A Diswctype.c83 if (iswascii(wc)) in iswctype_l()
97 if (iswascii(wc)) in iswctype()
109 if (iswascii(wc)) in _iswctype()
118 return (iswascii(wc) ? \
126 return (iswascii(wc) ? \
190 return (wc == 0 ? 0 : iswascii(wc) ? 1 : __istype(wc, 0xffffffffU)); in DEFN_ISWTYPE()
H A Dtowlower.c78 return (iswascii(wc) ? __trans_lower[wc] : in towlower_l()
88 return (iswascii(wc) ? __trans_lower[wc] : in towlower()
97 return (iswascii(wc) ? __trans_upper[wc] : in towupper_l()
107 return (iswascii(wc) ? __trans_upper[wc] : in towupper()
/titanic_41/usr/src/cmd/oawk/
H A Dlib.c379 if (!(iswdigit(*s) && iswascii(*s)) && *s != radixpoint) in isanumber()
381 if (iswdigit(*s) && iswascii(*s)) { in isanumber()
385 } while (iswdigit(*s) && iswascii(*s)); in isanumber()
393 if (iswdigit(*s) && iswascii(*s)) { in isanumber()
397 } while (iswdigit(*s) && iswascii(*s)); in isanumber()
407 if (!(iswdigit(*s) && iswascii(*s))) in isanumber()
412 } while (iswdigit(*s) && iswascii(*s)); in isanumber()
/titanic_41/usr/src/cmd/troff/
H A Dn7.c868 (!iswascii(wceoll) || !iswascii(cwc)) &&
980 if (!wdbdg || (iswascii(cwc) && iswascii(owc)))
/titanic_41/usr/src/head/
H A Dwctype.h105 #define iswascii(c) isascii(c) macro
/titanic_41/usr/src/cmd/pg/
H A Dpg.c866 if ((ch = readch()) < 0 || !iswascii(ch) && !iswprint(ch)) { in ttyin()
1020 if (iswascii(c) && isdigit(c)) {
1028 if (iswascii(c) && isdigit(c))
1030 if (iswascii(c) && pg_strchr("h\014.wz\004dqQfl np$", c)) {
1038 if (iswascii(c) && pg_strchr("s/^?!", c)) {
/titanic_41/usr/src/cmd/sgs/m4/common/
H A Dm4.h77 #define is_digit(x) (!is_builtin(x) && iswascii(x) && isdigit(x))
/titanic_41/usr/src/cmd/vi/port/
H A Dex_vops2.c1273 /* 7tabs */ if (wdbdg && (!iswascii(wc1) || !iswascii(wc2))) {
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dvi.c99 #ifndef iswascii
100 #define iswascii(c) (!((c)&(~0177))) macro
1995 || !iswascii(c) || mbwidth(vp->o_v_char)>1 in replace()
1996 || !iswascii(virtual[cur_virt]) in replace()
/titanic_41/usr/src/cmd/col/
H A Dcol.c264 else if (iswascii(c)) { in main()
/titanic_41/usr/src/cmd/fmt/
H A Dfmt.c708 if (iswascii(wc)) in _wckind_c_locale()
/titanic_41/usr/src/lib/libc/port/regex/
H A Dglob.c515 if (iswascii(w)) { in g_charclass()
/titanic_41/usr/src/man/man3c/
H A DMakefile867 iswascii.3c \
1782 iswascii.3c := LINKSRC = iswalpha.3c
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc867 link path=usr/share/man/man3c/iswascii.3c target=iswalpha.3c
/titanic_41/
H A D.gitignore4990 usr/src/man/man3c/iswascii.3c