Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/more/
H A Dmore.c530 if (nchars < Mcol || !fold_opt) in screen()
611 Mcol = win.ws_col; in chgwinsz()
818 if ( column > Mcol && fold_opt ) { in getaline()
820 while ( column < Mcol ) { in getaline()
824 column = Mcol; in getaline()
833 if (column >= Mcol && fold_opt) break; in getaline()
836 if (column >= Mcol && Mcol > 0) { in getaline()
841 colflg = column == Mcol && fold_opt; in getaline()
1551 Mcol = col; in initterm()
1552 else if ((Mcol = columns) < 0) in initterm()
[all …]