OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mainwin
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/sysinst/
main.c
92
WINDOW *
mainwin
;
variable in typeref:typename:WINDOW *
284
mainwin
= newwin(getmaxy(stdscr) - 2, getmaxx(stdscr) - 2, 1, 1);
285
if (
mainwin
== NULL) {
294
msg_window(
mainwin
);
util.c
1183
txt_y = getcury(
mainwin
)+1;
1186
wmove(
mainwin
, txt_y, 0);
1188
mvwgetnstr(
mainwin
, txt_y, 2, buf, sizeof buf);
1195
wmove(
mainwin
, txt_y-1, 0);
1196
wclrtobot(
mainwin
);
1197
wrefresh(
mainwin
);
2130
wbkgd(
mainwin
, COLOR_PAIR(1));
2132
wattrset(
mainwin
, COLOR_PAIR(1));
2136
touchwin(
mainwin
);
2138
wrefresh(
mainwin
);
[
all
...]
run.c
133
if (
mainwin
) {
defs.h
1034
extern WINDOW *
mainwin
;
Completed in 16 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025