OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_win
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/talk/
io.c
103
display(&
my_win
, buf, nb);
118
wmove(
my_win
.x_win, current_line%
my_win
.x_nlines, 0);
119
wprintw(
my_win
.x_win, "[%s : %s (%d)]\n",
121
wrefresh(
my_win
.x_win);
133
wmove(
my_win
.x_win, current_line %
my_win
.x_nlines, 0);
134
wprintw(
my_win
.x_win, "[%s]", string);
135
wclrtoeol(
my_win
.x_win);
137
wmove(
my_win
.x_win, current_line % my_win.x_nlines, 0)
[
all
...]
init_disp.c
76
my_win
.x_nlines = LINES / 2;
77
my_win
.x_ncols = COLS;
78
my_win
.x_win = newwin(
my_win
.x_nlines,
my_win
.x_ncols, 0, 0);
79
scrollok(
my_win
.x_win, FALSE);
80
wclear(
my_win
.x_win);
85
my_win
.x_nlines+1, 0);
89
line_win = newwin(1, COLS,
my_win
.x_nlines, 0);
109
my_win
.cerase = tty.c_cc[VERASE]
[
all
...]
talk.h
60
extern xwin_t
my_win
;
display.c
47
xwin_t
my_win
;
variable in typeref:typename:xwin_t
129
if (win == &
my_win
)
Completed in 16 milliseconds
Indexes created Thu Nov 06 19:09:53 GMT 2025