Home
last modified time | relevance | path

Searched refs:x_line (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()
144 c = readwin(win->x_win, win->x_line, xcol); in display()
150 c = readwin(win->x_win, win->x_line, xcol); in display()
155 wmove(win->x_win, win->x_line, xcol + 1); in display()
[all …]
H A Dtalk.h54 int x_line; member