Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/more/
H A Dmore.c192 int Mcol = 80; /* number of columns */ variable
530 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()
1530 if ((Mcol = columns) < 0) in initterm()
[all …]