Home
last modified time | relevance | path

Searched refs:is_linetouched (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libcurses/base/
H A Dlib_touch.c51 #undef is_linetouched
54 is_linetouched(WINDOW *win, int line) in NCURSES_EXPORT()
/openbsd/lib/libpanel/
H A Dpanel.priv.h166 if (is_linetouched(pan->win,y - PSTARTY(pan))) {\
/openbsd/lib/libcurses/
H A Dcurses.h684 extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int); /* implemented */
1456 #define is_linetouched(w,l) ((!(w) || ((l) > getmaxy(w)) || ((l) < 0)) ? ERR : (is_linetouched)((w)… macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h562 extern int is_linetouched(WINDOW *, int);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h562 extern int is_linetouched(WINDOW *, int);
/openbsd/lib/libform/
H A Dfrm_driver.c952 if (is_linetouched(form->w, first_modified_row)) in _nc_Refresh_Current_Field()
959 if (!is_linetouched(form->w, first_unmodified_row)) in _nc_Refresh_Current_Field()