| #include <vv_sys.h> | |
| void | exit_err (UCHAR *stp1, UCHAR *stp2)
Prints error messages and exits to the operating system |
| void | re_breakfp ( )
Restores the PCDOS 1BH interrupt function (PCDOS only) |
| void | se_breakfp (ISVRP user_func, UINT func_stack)
Installs a function invoked by the ROM BIOS Ctrl-Break interrupt (PCDOS only) |
| int | ts_save (TERMSTATPTR t_statep)
Saves the current state of the terminal driver (UNIX and VMS only) |
| int | ts_set (TERMSTATPTR t_statep)
Sets the terminal driver to the specified state (UNIX and VMS only) |
| void | vv_abort ( )
Restores the system to its original state and exits on receipt of a break condition |
| void | vv_exit ( )
Restores the system to its original state when exiting from Vermont Views |
| int | vv_spawn (UCHAR *command)
Invokes another program from within a Vermont Views program |