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

  /src/external/mit/xorg/bin/xsm/
Makefile 7 mainwin.c misc.c popup.c printhex.c prop.c remote.c \
  /src/usr.sbin/sysinst/
main.c 92 WINDOW *mainwin; variable
301 mainwin = newwin(getmaxy(stdscr) - 2, getmaxx(stdscr) - 2, 1, 1);
302 if (mainwin == NULL) {
311 msg_window(mainwin);
util.c 1243 txt_y = getcury(mainwin)+1;
1246 wmove(mainwin, txt_y, 0);
1248 mvwgetnstr(mainwin, txt_y, 2, buf, sizeof buf);
1255 wmove(mainwin, txt_y-1, 0);
1256 wclrtobot(mainwin);
1257 wrefresh(mainwin);
2193 wbkgd(mainwin, COLOR_PAIR(1));
2195 wattrset(mainwin, COLOR_PAIR(1));
2199 touchwin(mainwin);
2201 wrefresh(mainwin);
    [all...]
run.c 133 if (mainwin) {
defs.h 1036 extern WINDOW *mainwin;

Completed in 21 milliseconds