Searched refs:visi_mode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cat/
H A Dcat.c59 static int visi_mode = 0; /* v flag */ variable
139 visi_mode++;
145 * When in visi_mode, this option causes tabs
155 * When in visi_mode, this option causes newlines
292 if (visi_mode || nflg)
534 if (visi_mode && visi_newline)
550 if (isprint(c) || visi_mode == 0) {
565 if (visi_mode && visi_tab) {
596 if (iswprint(wc) || visi_mode == 0) {
618 if (visi_mode
[all...]

Completed in 126 milliseconds