Home
last modified time | relevance | path

Searched refs:CLSP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/nvi/cl/
H A Dcl_funcs.c43 win = CLSP(sp) ? CLSP(sp) : stdscr; in addstr4()
108 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_attr()
261 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_clrtoeol()
286 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_cursor()
316 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_deleteln()
355 if (CLSP(discardp)) { in cl_discard()
356 delwin(CLSP(discardp)); in cl_discard()
369 if (CLSP(tsp)) in cl_discard()
370 delwin(CLSP(tsp)); in cl_discard()
445 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_insertln()
[all …]
H A Dcl.h71 #define CLSP(sp) ((WINDOW *)((sp)->cl_private)) macro
H A Dcl_screen.c53 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_screen()