HomeSort by: relevance | last modified time | path
    Searched defs:x_displen (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/ksh/
emacs.c 99 static int x_displen; variable in typeref:typename:int
348 x_displen = xx_cols - 2 - x_col;
567 if ((i = x_displen) > 0)
675 if (cp < xbp || cp >= (xbp + x_displen))
1078 x_displen = xx_cols - 2 - x_col;
1840 if ((xbp = xcp - (x_displen / 2)) < xbuf)
1914 x_col, xx_cols, x_displen);
2166 for (i = 0, rcp = xbp; rcp < xep && i < x_displen; rcp++)

Completed in 44 milliseconds