Searched refs:x_col (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/talk/
H A Ddisplay.c84 wmove(win->x_win, win->x_line, max(--win->x_col, 0));
85 getyx(win->x_win, win->x_line, win->x_col);
87 wmove(win->x_win, win->x_line, win->x_col);
88 getyx(win->x_win, win->x_line, win->x_col);
100 endcol = win->x_col;
118 getyx(win->x_win, win->x_line, win->x_col);
126 getyx(win->x_win, win->x_line, win->x_col);
136 if (win->x_col == COLS-1) {
144 getyx(win->x_win, win->x_line, win->x_col);
145 if (win->x_col
[all...]
H A Dtalk.h57 int x_col; member in struct:xwin
/openbsd-current/bin/ksh/
H A Demacs.c99 static int x_col; variable
290 x_col = promptlen(prompt, &p);
294 if (x_col > xx_cols)
295 x_col = x_col - (x_col / xx_cols) * xx_cols;
296 x_displen = xx_cols - 2 - x_col;
301 x_col = 0;
542 if ((i = xx_cols - 2 - x_col) > 0) {
1050 x_col
[all...]

Completed in 121 milliseconds