OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
IGNORE_RC
lib/libcurses/curses.priv.h
1784
#define IGNORE_RC(func) errno = (int) func
lib/libcurses/curses.priv.h
1786
#define IGNORE_RC(func) (void) func
usr.bin/tic/progs.priv.h
159
#define IGNORE_RC(func) errno = (int) func
usr.bin/tic/progs.priv.h
161
#define IGNORE_RC(func) (void) func