Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/
Dtar.c858OPT_NORECURSION = IF_FEATURE_TAR_LONG_OPTIONS((1 << OPTBIT_NORECURSION )) + 0, // no-recur… enumerator
1053 showopt(OPT_NORECURSION ); in tar_main()
1219 | (opt & OPT_NORECURSION ? 0 : ACTION_RECURSE), in tar_main()