! EVEplus_input - Input to EVE Plus section file creation. ! These are a series of include directives to EVEPlus. eveplus_start_build; eveplus_include( "TPU$EVEplus:BUFED.TPU" ); eveplus_include( "TPU$EVEplus:DESCRIBE_KEY.TPU" ); eveplus_include( "TPU$EVEplus:DISPLAY_CHARACTER.TPU" ); eveplus_include( "TPU$EVEplus:EAG_WINDOWS.TPU" ); eveplus_include( "TPU$EVEplus:FIX_CRLFS.TPU" ); eveplus_include( "TPU$EVEplus:LIST_COMMANDS.TPU" ); eveplus_include( "TPU$EVEplus:NO_WRITE.TPU" ); eveplus_include( "std:[watson.tpu]aaw_nextline.tpu" ); eveplus_include( "std:[watson.tpu]aaw_openline.tpu" ); ! HELP definitions stop here eveplus_include( "TPU$EVEplus:EVE_VMS_LINE_EDITING.TPU" ); eveplus_include( "TPU$EVEplus:MATCHING.TPU" ); eveplus_include( "TPU$EVEplus:NUMBER_LINES.TPU" ); !eveplus_include( "TPU$EVEplus:PRINT.TPU" ); eveplus_include( "TPU$EVEplus:PRINT_BUFFER.TPU" ); eveplus_include( "TPU$EVEplus:RECCUTPAS.TPU" ); eveplus_include( "TPU$EVEplus:RELEASE_BUFFERS.TPU" ); eveplus_include( "TPU$EVEplus:SHELL_SORT.TPU" ); eveplus_include( "TPU$EVEplus:TABS.TPU" ); eveplus_include( "TPU$EVEplus:TOGGLE_STATUS_LINE.TPU" ); eveplus_include( "TPU$EVEplus:TRIM_BUFFER.TPU" ); eveplus_include( "TPU$EVEplus:WHAT.TPU" ); eveplus_include( "std:[watson.tpu]WILDCARD_SEARCH.TPU" ); ! eveplus_include( "std:[watson.tpu]move_sentence.tpu" ); eveplus_include( "std:[watson.tpu]fill_paragraph.tpu" ); eveplus_include( "STD:[WATSON.TPU]AAW_ERASE_LINE.TPU" ); eveplus_include( "std:[watson.tpu]move_paragraph.tpu" ); eveplus_include( "std:[watson.tpu]eve_time.tpu" ); eveplus_include( "std:[watson.tpu]eve_transpose_lines" ); eveplus_include( "std:[watson.tpu]eve_copytext.tpu"); eveplus_include( "std:[watson.tpu]cursorkeys.tpu"); eveplus_include( "std:[watson.tpu]eve_two_windows.tpu"); eveplus_include( "std:[watson.tpu]eve_split_window.tpu"); eveplus_include( "std:[watson.tpu]eve_delete_window.tpu"); eveplus_include( "std:[watson.tpu]eve_next_window.tpu"); eveplus_include( "std:[watson.tpu]eve_expand_window.tpu"); eveplus_include( "std:[watson.tpu]eve_eof.tpu"); eveplus_include( "std:[watson.tpu]send_to_dcl.tpu"); eveplus_include( "std:[watson.tpu]read_mail.tpu"); eveplus_include( "std:[watson.tpu]mail_a_buffer.tpu"); eveplus_include( "std:[watson.tpu]newout.tpu"); eveplus_include( "std:[watson.tpu]eve_occurs.tpu"); eveplus_include( "std:[watson.tpu]eve_only_window.tpu"); eveplus_include( "std:[watson.tpu]eve_noonly.tpu"); eveplus_include( "std:[watson.tpu]indent.tpu"); eveplus_include( "std:[watson.tpu]include_buffer.tpu"); eveplus_include( "std:[watson.tpu]transpose_char.tpu"); eveplus_include( "std:[watson.tpu]page.tpu"); eveplus_include( "std:[watson.tpu]home.tpu"); ! ! If you want to add your own keypad definitions, copy, modify and include ! the following file: ! eveplus_include("std:[watson.tpu]DEFINE_KEYS.TPU"); eveplus_complete_build; ! Finishes house keeping and builds/executes your ! custom tpu$local_init procedure. compile("procedure eveplus_start_build endprocedure"); compile("procedure eveplus_get_kernel endprocedure"); compile("procedure eveplus_include endprocedure"); compile("procedure eveplus_complete_build endprocedure"); save ("sys$login:eveplus"); ! Eve plus section file. ! Quit can be done manually so you can study the results, or you can ! uncomment the quit below to leave the build automatically. !quit;