Searched defs: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;
530 if (nchars < Mcol || !fold_opt)
818 if ( column > Mcol && fold_opt ) {
833 if (column >= Mcol && fold_opt) break;
841 colflg = column == Mcol && fold_opt;

Completed in 61 milliseconds