Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c169 enum blanktype { bl_start, bl_end, bl_both }; enumerator
4214 if (blanktype == bl_start || blanktype == bl_both) in set_ordering()
4216 if (blanktype == bl_end || blanktype == bl_both) in set_ordering()
4485 set_ordering (str, &gkey, bl_both); in main()