/titanic_41/usr/src/lib/libcmd/common/ |
H A D | wclib.c | 41 #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 D | join.c | 105 #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 D | fmt.c | 401 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 D | puttext.c | 84 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 D | parser.y | 363 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 D | fmtmsg.c | 187 if (iswspace(*pw) || in wrap() 232 while (iswspace(*p)) in wrap()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | getprm.c | 62 iswspace(ch) || (ch == '\n')) { 74 if (iswspace(ch) || ch == '\n' || ch == '\0') {
|
/titanic_41/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 334 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 D | fold.c | 303 if (sflg && iswspace(c)) { in putch() 321 if (sflg && iswspace(c)) { in putch()
|
/titanic_41/usr/src/head/ |
H A D | wchar.h | 133 extern int iswspace(wint_t); 154 using std::iswspace;
|
H A D | wctype.h | 58 using std::iswspace;
|
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | regclass.c | 85 static int Isspace(int c) { return iswspace(c); } in Isspace() 86 static int Notspace(int c) { return !iswspace(c); } in Notspace()
|
H A D | reglib.h | 233 #ifndef iswspace 234 #define iswspace(x) isspace(x) macro
|
/titanic_41/usr/src/head/iso/ |
H A D | wctype_iso.h | 93 extern int iswspace(wint_t);
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | dosys.cc | 92 while (iswspace(*p)) { in dosys()
|
H A D | read.cc | 740 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 D | doname.cc | 223 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 D | sh.char.h | 24 #define isauxspZ (!isascii(Z)&&!(Z"E)&&iswspace(Z))
|
/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | doscan.c | 196 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 D | wcstoul.c | 74 while (iswspace(c)) { in wcstoull()
|
H A D | wcstol.c | 76 while (iswspace(c)) { in wcstoll()
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 352 #undef iswspace 367 #define iswspace(c) isspace(c) macro
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | copywin.c | 124 if (iswspace(st->_wc[0]))
|
/titanic_41/usr/src/cmd/sgs/m4/common/ |
H A D | m4.h | 76 (wide ? iswspace(x) : isspace(x)))
|
/titanic_41/usr/src/cmd/diff/ |
H A D | diff.c | 642 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()
|