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

  /src/usr.bin/talk/
init_disp.c 82 his_win.x_nlines = LINES / 2 - 1;
83 his_win.x_ncols = COLS;
84 his_win.x_win = newwin(his_win.x_nlines, his_win.x_ncols,
86 scrollok(his_win.x_win, FALSE);
87 wclear(his_win.x_win);
124 his_win.cerase = buf[0];
125 his_win.kill = buf[1];
126 his_win.werase = buf[2]
    [all...]
talk.h 61 extern xwin_t his_win;
io.c 94 display(&his_win, buf, nb);
display.c 48 xwin_t his_win; variable in typeref:typename:xwin_t

Completed in 28 milliseconds