Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/oawk/
H A Dlib.c382 if (!(iswdigit(*s) && iswascii(*s)) && *s != radixpoint) in isanumber()
384 if (iswdigit(*s) && iswascii(*s)) { in isanumber()
388 } while (iswdigit(*s) && iswascii(*s)); in isanumber()
396 if (iswdigit(*s) && iswascii(*s)) { in isanumber()
400 } while (iswdigit(*s) && iswascii(*s)); in isanumber()
410 if (!(iswdigit(*s) && iswascii(*s))) in isanumber()
415 } while (iswdigit(*s) && iswascii(*s)); in isanumber()
/illumos-gate/usr/src/cmd/troff/
H A Dn7.c865 (!iswascii(wceoll) || !iswascii(cwc)) &&
977 if (!wdbdg || (iswascii(cwc) && iswascii(owc)))
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c864 if ((ch = readch()) < 0 || !iswascii(ch) && !iswprint(ch)) { in ttyin()
1015 if (iswascii(c) && isdigit(c)) { in set_state()
1023 if (iswascii(c) && isdigit(c)) in set_state()
1025 if (iswascii(c) && pg_strchr("h\014.wz\004dqQfl np$", c)) { in set_state()
1033 if (iswascii(c) && pg_strchr("s/^?!", c)) { in set_state()
/illumos-gate/usr/src/head/
H A Dwctype.h105 #define iswascii(c) isascii(c) macro
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h77 #define is_digit(x) (!is_builtin(x) && iswascii(x) && isdigit(x))
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c94 #ifndef iswascii
95 #define iswascii(c) (!((c)&(~0177))) macro
2090 || !iswascii(c) || mbwidth(vp->o_v_char)>1 in replace()
2091 || !iswascii(virtual[cur_virt]) in replace()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops2.c1273 /* 7tabs */ if (wdbdg && (!iswascii(wc1) || !iswascii(wc2))) {
/illumos-gate/usr/src/cmd/col/
H A Dcol.c262 else if (iswascii(c)) { in main()
/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c709 if (iswascii(wc)) in _wckind_c_locale()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c526 if (iswascii(w)) { in g_charclass()
/illumos-gate/usr/src/man/man3c/
H A DMakefile956 iswascii.3c \
1985 iswascii.3c := LINKSRC = iswalpha.3c
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc610 link path=usr/share/man/man3c/iswascii.3c target=iswalpha.3c