Home
last modified time | relevance | path

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

/freebsd-14.2/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()
369 if (CLSP(tsp)) in cl_discard()
445 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_insertln()
501 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_move()
528 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_refresh()
680 if (CLSP(origp)) in cl_split()
[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()