Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dcat.c104 #define CAT_OPT_e (1<<0) macro
121 BUILD_BUG_ON(CAT_OPT_e != VISIBLE_ENDLINE); in catv()
124 if (opts & CAT_OPT_e) in catv()