Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Demacs.c98 static int xx_cols; variable
289 xx_cols = x_cols; in x_emacs()
294 if (x_col > xx_cols) in x_emacs()
295 x_col = x_col - (x_col / xx_cols) * xx_cols; in x_emacs()
1051 if (x_col > xx_cols) in x_redraw()
1052 truncate = (x_col / xx_cols) * xx_cols; in x_redraw()
1056 if (x_col > xx_cols) in x_redraw()
1057 x_col = x_col - (x_col / xx_cols) * xx_cols; in x_redraw()
1067 limit = xx_cols; in x_redraw()
1808 x_redraw(xx_cols); in x_adjust()
[all …]