Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYCurses.c2517 } exit_handler_block; in ttopen() local
2548 exit_handler_block.forward = 0; in ttopen()
2549 exit_handler_block.address = (unsigned long) &VMSexit; in ttopen()
2550 exit_handler_block.zero = 0; in ttopen()
2551 exit_handler_block.condition = (unsigned long) &condition; in ttopen()
2552 status = sys$dclexh(&exit_handler_block); in ttopen()