Home
last modified time | relevance | path

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

/freebsd/usr.bin/talk/
H A Ddisplay.c103 getyx(win->x_win, win->x_line, win->x_col); in display()
111 getyx(my_win.x_win, my_win.x_line, my_win.x_col); in display()
114 getyx(his_win.x_win, his_win.x_line, his_win.x_col); in display()
123 wmove(win->x_win, win->x_line, max(--win->x_col, 0)); in display()
124 getyx(win->x_win, win->x_line, win->x_col); in display()
126 wmove(win->x_win, win->x_line, win->x_col); in display()
127 getyx(win->x_win, win->x_line, win->x_col); in display()
141 endcol = win->x_col; in display()
159 getyx(win->x_win, win->x_line, win->x_col); in display()
168 getyx(win->x_win, win->x_line, win->x_col); in display()
[all …]
H A Dtalk.h55 int x_col; member