Searched refs:x_col (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.bin/talk/ |
H A D | display.c | 82 wmove(win->x_win, win->x_line, max(--win->x_col, 0)); in display() 83 getyx(win->x_win, win->x_line, win->x_col); in display() 85 wmove(win->x_win, win->x_line, win->x_col); in display() 86 getyx(win->x_win, win->x_line, win->x_col); in display() 98 endcol = win->x_col; in display() 116 getyx(win->x_win, win->x_line, win->x_col); in display() 124 getyx(win->x_win, win->x_line, win->x_col); in display() 139 if (win->x_col == COLS-1) { in display() 145 getyx(win->x_win, win->x_line, win->x_col); in display() 146 if (win->x_col == COLS-1) /* check for wraparound */ in display() [all …]
|
H A D | talk.h | 54 int x_col; member
|
/netbsd-src/bin/ksh/ |
H A D | emacs.c | 98 static int x_col; variable 340 x_col = promptlen(prompt, &p); 342 prompt_trunc = x_col - (x_cols - 3 - MIN_EDIT_SPACE); 344 x_col -= prompt_trunc; 348 x_displen = xx_cols - 2 - x_col; 1076 x_col = promptlen(prompt, (const char **) 0); 1078 x_displen = xx_cols - 2 - x_col; 1091 for (j = 0; j < i && x_col < (xx_cols - 2); j++) 1881 x_col = 0; 1882 if (x_col < xx_cols) [all …]
|