Home
last modified time | relevance | path

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

/dports/devel/ncurses/ncurses-6.3/test/
H A Dtest.priv.h1063 #define InitAndCatch(init,handler) do { CATCHALL(handler); init; } while (0) macro
1065 #define InitAndCatch(init,handler) do { init; CATCHALL(handler); } while (0) macro