Home
last modified time | relevance | path

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

/openbsd/usr.bin/talk/
H A Dtalk.h61 } xwin_t; typedef
63 extern xwin_t my_win;
64 extern xwin_t his_win;
70 void display(xwin_t *, char *, int);
91 void xscroll(xwin_t *, int);
H A Ddisplay.c41 xwin_t my_win;
42 xwin_t his_win;
65 display(xwin_t *win, char *text, int size) in display()
178 xscroll(xwin_t *win, int flag) in xscroll()