Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dfields.c104 #define IS_BLANK(x) (isspace((uchar_t)(x)) && (x) != '\n') macro
378 while (T < eol && IS_BLANK(*T)) in field_boundary()
381 while (T < eol && !IS_BLANK(*T)) in field_boundary()
386 while (IS_BLANK(*T)) in field_boundary()
477 while (IS_BLANK(*T)) in field_boundary_tabbed()
592 while (IS_BLANK(*(L->l_data.sp + month_offset))) { in field_convert_month()
818 if (!IS_BLANK(number[i])) in field_convert_numeric()