Searched refs:his_win (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.bin/talk/
H A Dinit_disp.c100 his_win.x_nlines = LINES / 2 - 1;
101 his_win.x_ncols = COLS;
102 his_win.x_win = newwin(his_win.x_nlines, his_win.x_ncols,
105 scrollok(his_win.x_win, TRUE);
106 wclear(his_win.x_win);
150 his_win.cerase = buf[0];
151 his_win.kill = buf[1];
152 his_win
[all...]
H A Ddisplay.c53 xwin_t his_win; variable
117 werase(his_win.x_win);
118 getyx(his_win.x_win, his_win.x_line, his_win.x_col);
119 wrefresh(his_win.x_win);
H A Dtalk.h64 extern xwin_t his_win;
H A Dio.c136 display(&his_win, &w);

Completed in 51 milliseconds