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

/illumos-gate/usr/src/cmd/sort/common/
H A Dfields.c112 #define W_IS_BLANK(x) (iswspace(x) && (x) != L'\n') macro
423 while (T < eol && W_IS_BLANK(*T))
426 while (T < eol && !W_IS_BLANK(*T))
431 while (W_IS_BLANK(*T))
540 while (W_IS_BLANK(*T))
643 while (W_IS_BLANK(*(L->l_data.wp + month_offset))) {
961 if (!W_IS_BLANK(number[i]))

Completed in 182 milliseconds