Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c169 enum blanktype { bl_start, bl_end, bl_both }; enum
4207 set_ordering (char const *s, struct keyfield *key, enum blanktype blanktype) in set_ordering() argument
4214 if (blanktype == bl_start || blanktype == bl_both) in set_ordering()
4216 if (blanktype == bl_end || blanktype == bl_both) in set_ordering()