OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_win
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/talk/
display.c
82
wmove(win->
x_win
, win->x_line, max(--win->x_col, 0));
83
getyx(win->
x_win
, win->x_line, win->x_col);
84
waddch(win->
x_win
, ' ');
85
wmove(win->
x_win
, win->x_line, win->x_col);
86
getyx(win->
x_win
, win->x_line, win->x_col);
101
c = readwin(win->
x_win
, win->x_line, xcol);
107
c = readwin(win->
x_win
, win->x_line, xcol);
112
wmove(win->
x_win
, win->x_line, xcol + 1);
114
waddch(win->
x_win
, ' ');
115
wmove(win->
x_win
, win->x_line, xcol + 1)
[
all
...]
io.c
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);
138
wrefresh(my_win.
x_win
);
init_disp.c
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
);
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
);
145
wmove(his_win.
x_win
, his_win.x_nlines-1, 0);
146
wclrtoeol(his_win.
x_win
);
147
wrefresh(his_win.
x_win
);
talk.h
50
WINDOW *
x_win
;
member in struct:xwin
Completed in 22 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025