Home
last modified time | relevance | path

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

/freebsd/usr.bin/talk/
H A Dtalk.h59 } xwin_t; typedef
61 extern xwin_t my_win;
62 extern xwin_t his_win;
H A Ddisplay.c46 void display(xwin_t *, wchar_t *);
48 xwin_t my_win;
49 xwin_t his_win;
85 display(xwin_t *win, wchar_t *wc) in display()
H A Dio.c56 extern void display(xwin_t *, wchar_t *);