Home
last modified time | relevance | path

Searched defs:IGNORE_RC (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/ncurses/progs/
H A Dprogs.priv.h152 #define IGNORE_RC(func) errno = (int) func macro
154 #define IGNORE_RC(func) (void) func macro
/dflybsd-src/contrib/ncurses/ncurses/
H A Dcurses.priv.h1905 #define IGNORE_RC(func) errno = (int) func macro
1907 #define IGNORE_RC(func) (void) func macro