Home
last modified time | relevance | path

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

/dports/devel/ncurses/ncurses-6.3/test/
H A Dechochar.c105 InitAndCatch(initscr(), onsig); in main()
H A Ddots_curses.c168 InitAndCatch(initscr(), onsig); in main()
H A Dhashtest.c229 InitAndCatch(initscr(), finish); in main()
H A Ddots_xcurses.c199 InitAndCatch(initscr(), onsig); in main()
H A Ddots.c185 InitAndCatch(setupterm((char *) 0, 1, (int *) 0), onsig); in main()
H A Drailroad.c200 InitAndCatch(z = tgetent(buffer, name), onsig); in railroad()
H A Ddots_mvcur.c188 InitAndCatch((sp = newterm((char *) 0, stdout, stdin)), onsig); in main()
H A Dfirework.c187 InitAndCatch(initscr(), onsig); in main()
H A Ddots_termcap.c257 InitAndCatch(ch = tgetent(buffer, name), onsig); in main()
H A Drain.c361 InitAndCatch(initscr(), onsig); in main()
H A Dgdc.c259 InitAndCatch({ in main()
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
H A Dpadview.c352 InitAndCatch(initscr(), ignore_sigs ? SIG_IGN : finish); in main()
H A Dblue.c475 InitAndCatch(initscr(), die); in main()
H A Dnewdemo.c232 InitAndCatch(initscr(), trap); in main()
H A Dview.c481 InitAndCatch(initscr(), ignore_sigs ? SIG_IGN : finish); in main()
H A Dxmas.c697 InitAndCatch(initscr(), done); in main()
H A Dbs.c229 InitAndCatch(initscr(), uninitgame); in intro()