
*copyc amk$base_keypoint_values

{
{ This deck *copyc's all of the decks that define individual keypoints for
{ the Command Language (CL) area of NOS/VE.
{
{ Currently there are two groups of 50 keypoints each assigned to the CL area.
{ The starting numbers for these two groups are identified by the constants
{ CLK$BASE and CLK$BASE_2 defined in deck AMK$BASE_KEYPOINT_VALUES.  Thus
{ the keypoint numbers assigned to the CL area are:
{
{                      CLK$BASE   .. CLK$BASE   + 49
{                      CLK$BASE_2 .. CLK$BASE_2 + 49
{
{ When a new keypoint is defined for the CL area, a new deck should be created
{ to hold its definition.  The number to use for the definition can be
{ determined by looking at the lines below in this deck that identify which
{ numbers are unused in the ranges assigned to the CL area.  This deck should
{ then be updated to reflect that the chosen number is now in use as well as
{ to *copyc the new deck.
{
{ If a keypoint is no longer needed, its defining deck should be deleted,
{ the *copyc to that deck should be removed from this deck, and the lines
{ below should be updated to indicate that the number may be reused.
{
{
{ **********   The following CL keypoint numbers are unused:   **********
{
{       CLK$BASE_2 +  9..49
{
{ ***********************************************************************
{

*copyc clk$begin_utility
*copyc clk$change_utility_attributes
*copyc clk$change_variable
*copyc clk$collect_commands
*copyc clk$convert_integer_to_rjstring
*copyc clk$convert_integer_to_string
*copyc clk$convert_real_to_string
*copyc clk$convert_string_to_file
*copyc clk$convert_string_to_integer
*copyc clk$convert_string_to_name
*copyc clk$convert_string_to_real
*copyc clk$convert_value_to_string
*copyc clk$create_environment_variable
*copyc clk$create_file_connection
*copyc clk$create_procedure_variable
*copyc clk$declare_variable
*copyc clk$delete_file_connection
*copyc clk$end_include
*copyc clk$end_scan_command_file
*copyc clk$end_utility
*copyc clk$erase_child_task
*copyc clk$evaluate_token
*copyc clk$execute_command
*copyc clk$get_command_origin
*copyc clk$get_line_from_command_file
*copyc clk$get_parameter
*copyc clk$get_parameter_list
*copyc clk$get_path_description
*copyc clk$get_set_count
*copyc clk$get_utility_attributes
*copyc clk$get_value
*copyc clk$get_value_count
*copyc clk$get_variable
*copyc clk$get_working_catalog
*copyc clk$include_file
*copyc clk$include_line
*copyc clk$open_command_file
*copyc clk$pop_block_stack
*copyc clk$pop_input_stack
*copyc clk$pop_parameters
*copyc clk$pop_utility
*copyc clk$process_command
*copyc clk$push_block_stack
*copyc clk$push_input_stack
*copyc clk$push_parameters
*copyc clk$push_utility
*copyc clk$read_variable
*copyc clk$record_child_task
*copyc clk$remove_variable
*copyc clk$scan_argument_list
*copyc clk$scan_command_file
*copyc clk$scan_command_line
*copyc clk$scan_expression
*copyc clk$scan_parameter_list
*copyc clk$scan_proc_declaration
*copyc clk$set_working_catalog
*copyc clk$test_parameter
*copyc clk$test_range
*copyc clk$write_variable
