Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c604 _st_("general-numeric", 'g') \
605 _st_("human-numeric", 'h') \
606 _st_("month", 'M') \
607 _st_("numeric", 'n') \
608 _st_("random", 'R') \
609 _st_("version", 'V')
613 #define _st_(_s, _c) _s, macro
615 #undef _st_
619 #define _st_(_s, _c) _c, macro
621 #undef _st_