Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/more/
H A Dmore.c166 int fold_opt = 1; /* Fold long lines */ variable
433 fold_opt = 0; in argscan()
530 if (nchars < Mcol || !fold_opt) in screen()
818 if ( column > Mcol && fold_opt ) { in getaline()
833 if (column >= Mcol && fold_opt) break; in getaline()
841 colflg = column == Mcol && fold_opt; in getaline()