Searched refs:xwin_t (Results 1 – 2 of 2) sorted by relevance
61 } xwin_t; typedef63 extern xwin_t my_win;64 extern xwin_t his_win;70 void display(xwin_t *, char *, int);91 void xscroll(xwin_t *, int);
41 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()