Searched refs:topwin (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dwinio.c1690 * topwin, edit, and the first line of bottomwin subtracted
1827 blank_line(topwin, 0, 0, COLS);
1835 blank_line(topwin, 1, 0, COLS);
2103 wattron(topwin, reverse_attr);
2122 mvwaddnstr(topwin, 0, 2, PACKAGE_STRING,
2198 mvwaddnstr(topwin, 0, verlen - 1, prefix, actual_x(prefix,
2202 waddch(topwin, ' ');
2203 waddnstr(topwin, "...", space + 3);
2206 waddstr(topwin, exppath);
2212 mvwaddnstr(topwin,
[all...]
H A Dnano.c647 if (topwin != NULL)
648 delwin(topwin);
655 topwin = newwin(2 - no_more_space(), COLS, 0, 0);
662 keypad(topwin, TRUE);
1508 /* Subtract out the size of topwin. */
H A Dproto.h44 extern WINDOW *topwin;
H A Dglobal.c52 WINDOW *topwin; variable
1386 delwin(topwin);

Completed in 92 milliseconds