Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dcat.c117 unsigned skip_num_on = (opts & CAT_OPT_b) ? '\n' : 0x100; in catv() local
150 if (eol_seen && c != skip_num_on) in catv()