Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/tic/
H A Dprogs.priv.h159 #define IGNORE_RC(func) errno = (int) func macro
161 #define IGNORE_RC(func) (void) func macro
/openbsd-src/lib/libcurses/
H A Dcurses.priv.h1784 #define IGNORE_RC(func) errno = (int) func macro
1786 #define IGNORE_RC(func) (void) func macro