Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dcat.c105 #define CAT_OPT_t (1<<1) macro
122 BUILD_BUG_ON(CAT_OPT_t != VISIBLE_SHOW_TABS); in catv()
126 if (opts & CAT_OPT_t) in catv()