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()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 …]
71 #define CLSP(sp) ((WINDOW *)((sp)->cl_private)) macro
53 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_screen()