Searched refs:fold_opt (Results 1 – 1 of 1) sorted by relevance
166 int fold_opt = 1; /* Fold long lines */ variable433 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()