Searched refs:iswascii (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Diswctype.c49 * Note that the standard requires iswascii to be a macro, so it is defined
83 if (iswascii(wc))
94 * the iswascii() case, so that most of the time we have no need to
97 if (iswascii(wc))
109 if (iswascii(wc))
118 return (iswascii(wc) ? \
126 return (iswascii(wc) ? \
190 return (wc == 0 ? 0 : iswascii(wc) ? 1 : __istype(wc, 0xffffffffU));
H A Dtowlower.c78 return (iswascii(wc) ? __trans_lower[wc] :
88 return (iswascii(wc) ? __trans_lower[wc] :
97 return (iswascii(wc) ? __trans_upper[wc] :
107 return (iswascii(wc) ? __trans_upper[wc] :
/illumos-gate/usr/src/cmd/oawk/
H A Dlib.c379 if (!(iswdigit(*s) && iswascii(*s)) && *s != radixpoint)
381 if (iswdigit(*s) && iswascii(*s)) {
385 } while (iswdigit(*s) && iswascii(*s));
393 if (iswdigit(*s) && iswascii(*s)) {
397 } while (iswdigit(*s) && iswascii(*s));
407 if (!(iswdigit(*s) && iswascii(*s)))
412 } while (iswdigit(*s) && iswascii(*s));
/illumos-gate/usr/src/head/
H A Dwctype.h104 /* iswascii is still a macro */
105 #define iswascii(c) isascii(c) macro
107 /* isw*, except iswascii(), are not macros any more. They become functions */
/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/cmd/troff/
H A Dn7.c868 (!iswascii(wceoll) || !iswascii(cwc)) &&
980 if (!wdbdg || (iswascii(cwc) && iswascii(owc)))
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c866 if ((ch = readch()) < 0 || !iswascii(ch) && !iswprint(ch)) {
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)) {
/illumos-gate/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
1996 || !iswascii(virtual[cur_virt])
/illumos-gate/usr/src/cmd/col/
H A Dcol.c264 else if (iswascii(c)) {
/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c708 if (iswascii(wc))
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops2.c1273 /* 7tabs */ if (wdbdg && (!iswascii(wc1) || !iswascii(wc2))) {
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c528 if (iswascii(w)) {
/illumos-gate/usr/src/man/man3c/
H A DMakefile911 iswascii.3c \
1878 iswascii.3c := LINKSRC = iswalpha.3c

Completed in 2520 milliseconds