Searched refs:CLSP (Results 1 – 3 of 3) sorted by relevance
43 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 …]
71 #define CLSP(sp) ((WINDOW *)((sp)->cl_private)) macro
53 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_screen()