Home
last modified time | relevance | path

Searched refs:LEGALYX (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libcurses/base/
Dlib_move.c54 if (LEGALYX(win, y, x)) { in NCURSES_EXPORT()
/openbsd/src/lib/libform/
Dfrm_driver.c315 while (LEGALYX(win, y, x)) in cell_base()
337 if (LEGALYX(win, y, x)) in cell_width()
/openbsd/src/lib/libcurses/
Dcurses.priv.h1516 #define LEGALYX(w, y, x) \ macro