Home | History | Annotate | Download | only in include

Lines Matching refs:OK

297 #undef	OK
298 #define OK (0)
382 bool _leaveok; /* OK to not reset cursor on exit? */
383 bool _scroll; /* OK to scroll this window? */
384 bool _idlok; /* OK to use insert/delete line? */
385 bool _idcok; /* OK to use insert/delete char? */
1110 OK)
1113 OK)
1115 #define wattr_set(win,a,p,opts) ((win)->_attrs = (((a) & ~A_COLOR) | COLOR_PAIR(p)), OK)
1118 OK)
1155 #define wgetscrreg(win,t,b) ((win) ? (*(t) = (win)->_regtop, *(b) = (win)->_regbottom, OK) : ERR)