Home
last modified time | relevance | path

Searched refs:iswspace (Results 1 – 25 of 47) sorted by relevance

12

/titanic_41/usr/src/lib/libcmd/common/
H A Dwclib.c41 #ifndef iswspace
42 #define iswspace(x) isspace(x) macro
142 return(iswspace(0x2007)?10:0); in chkstate()
146 else if(c==0xaf && iswspace(0x202f)) in chkstate()
153 return (iswspace(c)?10:0); in chkstate()
243 else if (iswspace(x)) in wc_count()
347 xspace = iswspace(0xa0) || iswspace(0x85); in wc_count()
H A Djoin.c105 #ifndef iswspace
106 #define iswspace(x) isspace(x) macro
346 if (iswspace(mbchar(tp))) in getrec()
365 if (iswspace(mbchar(tp))) in getrec()
396 if (jp->delim == -1 && iswspace(n)) in getrec()
430 if (iswspace(mbchar(tp))) in getrec()
501 if (iswspace(mbchar(tp))) in outfield()
/titanic_41/usr/src/cmd/fmt/
H A Dfmt.c401 while (*cp && !(iswspace(*cp))) { in csplit()
402 if (*cp == '\\' && iswspace(cp[1])) in csplit()
417 while (iswspace(*cp)) in csplit()
442 if (iswspace(*cp)) in msplit()
447 if (*cp == '\\' && iswspace(cp[1])) in msplit()
463 while (iswspace(*cp)) in msplit()
/titanic_41/usr/src/lib/libadm/common/
H A Dputtext.c84 while (iswspace(*wp)) in puttext()
132 if (iswspace(*wp)) { in puttext()
292 while (iswspace(*wp)) in puttext()
/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dparser.y363 while(*p && !iswspace(*p))
407 while(*p && !iswspace(*p))
449 if(!iswspace(*p)) error("bad translation format");
450 while(iswspace(*p)) p++;
512 while(*p && !iswspace(*p) && ((*p) != (wchar_t)',')) p++;
515 while(*p && (iswspace(*p) || ((*p) == (wchar_t)','))) p++;
517 while(*p && !iswspace(*p) && ((*p) != (wchar_t)',')) {
555 while(*p && !iswspace(*p)) p++;
568 while(*p && iswspace(*p)) p++;
/titanic_41/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c187 if (iswspace(*pw) || in wrap()
232 while (iswspace(*p)) in wrap()
/titanic_41/usr/src/cmd/bnu/
H A Dgetprm.c62 iswspace(ch) || (ch == '\n')) {
74 if (iswspace(ch) || ch == '\n' || ch == '\0') {
/titanic_41/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc334 if (iswspace(*t)) { in doexec()
370 while (!iswspace(*t) && (*t != (int) nul_char)) { in doexec()
374 for (*t++ = (int) nul_char; iswspace(*t); t++); in doexec()
/titanic_41/usr/src/cmd/fold/
H A Dfold.c303 if (sflg && iswspace(c)) { in putch()
321 if (sflg && iswspace(c)) { in putch()
/titanic_41/usr/src/head/
H A Dwchar.h133 extern int iswspace(wint_t);
154 using std::iswspace;
H A Dwctype.h58 using std::iswspace;
/titanic_41/usr/src/lib/libast/common/regex/
H A Dregclass.c85 static int Isspace(int c) { return iswspace(c); } in Isspace()
86 static int Notspace(int c) { return !iswspace(c); } in Notspace()
H A Dreglib.h233 #ifndef iswspace
234 #define iswspace(x) isspace(x) macro
/titanic_41/usr/src/head/iso/
H A Dwctype_iso.h93 extern int iswspace(wint_t);
/titanic_41/usr/src/cmd/make/bin/
H A Ddosys.cc92 while (iswspace(*p)) { in dosys()
H A Dread.cc740 if (iswspace(*source_p)) { in parse_makefile()
749 while (iswspace(*source_p) || in parse_makefile()
768 while (!iswspace(*source_p) || in parse_makefile()
857 (*p != (int) nul_char) && iswspace(*p); in parse_makefile()
860 (*q != (int) nul_char) && !iswspace(*q); in parse_makefile()
1895 iswspace(*string_start)){ in parse_makefile()
2042 while (iswspace(*bp->string.text.p)) { in push_macro_value()
H A Ddoname.cc223 if(iswspace(*pp)) { in find_dyntarget()
1358 while (iswspace(*start)) { in dynamic_dependencies()
1385 while (iswspace(*start)) { in dynamic_dependencies()
1395 iswspace(*p) || in dynamic_dependencies()
1428 for (start = p; iswspace(*start); start++); in dynamic_dependencies()
1911 while (iswspace(*p) && (*p != (int) nul_char)) { in vpath_translation()
1915 while (!iswspace(*p) && (*p != (int) nul_char)) { in vpath_translation()
2088 while (iswspace(*string)) { in do_assign()
2093 while (!iswspace(*equal) && in do_assign()
2118 while (iswspace(*equal)) { in do_assign()
[all …]
/titanic_41/usr/src/cmd/csh/
H A Dsh.char.h24 #define isauxspZ (!isascii(Z)&&!(Z&QUOTE)&&iswspace(Z))
/titanic_41/usr/src/lib/libc/port/stdio/
H A Ddoscan.c196 if (iswspace(ch)) { in __wdoscan_u()
198 while (iswspace(inchar = in __wdoscan_u()
209 while (iswspace(inchar = in __wdoscan_u()
497 while (iswspace(inchar = in __wdoscan_u()
989 !(type == 's' && iswspace(wch))) { in wstring()
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dwcstoul.c74 while (iswspace(c)) { in wcstoull()
H A Dwcstol.c76 while (iswspace(c)) { in wcstoll()
/titanic_41/usr/src/lib/libxcurses/h/
H A Dm_wchar.h352 #undef iswspace
367 #define iswspace(c) isspace(c) macro
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcopywin.c124 if (iswspace(st->_wc[0]))
/titanic_41/usr/src/cmd/sgs/m4/common/
H A Dm4.h76 (wide ? iswspace(x) : isspace(x)))
/titanic_41/usr/src/cmd/diff/
H A Ddiff.c642 if (bflag && iswspace(c) && iswspace(d)) { in check()
643 while (iswspace(c)) { in check()
650 while (iswspace(d)) { in check()
658 while (iswspace(c) && c != '\n') { in check()
662 while (iswspace(d) && d != '\n') { in check()
1067 if (wt != '\n' && iswspace(wt)) { in readhash()

12