HomeSort by: relevance | last modified time | path
    Searched refs:xwin_t (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/talk/
talk.h 58 } xwin_t; typedef in typeref:struct:xwin
60 extern xwin_t my_win;
61 extern xwin_t his_win;
67 void display(xwin_t *, char *, int);
89 void xscroll(xwin_t *, int);
display.c 47 xwin_t my_win;
48 xwin_t his_win;
69 display(xwin_t *win, char *text, int size)
179 xscroll(xwin_t *win, int flag)

Completed in 13 milliseconds