Searched defs:is_linetouched (Results 1 – 5 of 5) sorted by relevance
48 is_linetouched(WINDOW *win, int line) in is_linetouched() function
53 (is_linetouched)(w, y) variable
58 is_linetouched(WINDOW *w, int y) in is_linetouched() function
1073 #define is_linetouched(w, y) (0 <= (w)->_last[y]) macro
1051 #define is_linetouched(w, y) (0 <= (w)->_last[y]) macro