1f808c858Sraf# 2f808c858Sraf# CDDL HEADER START 3f808c858Sraf# 4f808c858Sraf# The contents of this file are subject to the terms of the 5f808c858Sraf# Common Development and Distribution License (the "License"). 6f808c858Sraf# You may not use this file except in compliance with the License. 7f808c858Sraf# 8f808c858Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9f808c858Sraf# or http://www.opensolaris.org/os/licensing. 10f808c858Sraf# See the License for the specific language governing permissions 11f808c858Sraf# and limitations under the License. 12f808c858Sraf# 13f808c858Sraf# When distributing Covered Code, include this CDDL HEADER in each 14f808c858Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15f808c858Sraf# If applicable, add the following below this CDDL HEADER, with the 16f808c858Sraf# fields enclosed by brackets "[]" replaced with your own identifying 17f808c858Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 18f808c858Sraf# 19f808c858Sraf# CDDL HEADER END 20f808c858Sraf# 21f808c858Sraf# 22*fa03b00aSjbeck# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23f808c858Sraf# Use is subject to license terms. 24f808c858Sraf# 25f808c858Sraf# ident "%Z%%M% %I% %E% SMI" 26f808c858Sraf# 27f808c858Sraf 28f808c858Sraf# 29f808c858Sraf# The instances of "tecla_l.5" below (note "l" vs "1") are by design; 30f808c858Sraf# quoting the author: 31f808c858Sraf# 32f808c858Sraf# Unfortunately the tecla_l.5 version string is by now embedded in any 33f808c858Sraf# executable that linked with libtecla versions 1.5 ..., so I can't fix 34f808c858Sraf# the typo without preventing those programs from linking against 1.6. 35f808c858Sraf# Thus I now have to derive tecla_1.6 from tecla_l.5, in the map file. 36f808c858Sraf# 37f808c858Sraf 38f808c858Sraftecla_1.6 { 39f808c858Sraf global: 40f808c858Sraf gl_append_history; 41f808c858Sraf gl_automatic_history; 42f808c858Sraf gl_query_char; 43f808c858Sraf gl_read_char; 44f808c858Sraf} tecla_l.5; 45f808c858Sraf 46f808c858Sraftecla_l.5 { 47f808c858Sraf global: 48f808c858Sraf cpl_recall_matches; 49f808c858Sraf gl_abandon_line; 50f808c858Sraf gl_bind_keyseq; 51f808c858Sraf gl_catch_blocked; 52*fa03b00aSjbeck gl_completion_action; 53f808c858Sraf gl_display_text; 54f808c858Sraf gl_erase_terminal; 55f808c858Sraf gl_error_message; 56f808c858Sraf gl_handle_signal; 57f808c858Sraf gl_inactivity_timeout; 58f808c858Sraf gl_io_mode; 59f808c858Sraf gl_list_signals; 60f808c858Sraf gl_normal_io; 61f808c858Sraf gl_pending_io; 62f808c858Sraf gl_raw_io; 63f808c858Sraf gl_register_action; 64f808c858Sraf gl_return_status; 65*fa03b00aSjbeck gl_set_term_size; 66f808c858Sraf gl_tty_signals; 67f808c858Sraf} tecla_1.4; 68f808c858Sraf 69f808c858Sraftecla_1.4 { 70f808c858Sraf global: 71f808c858Sraf gl_clear_history; 72f808c858Sraf gl_configure_getline; 73f808c858Sraf gl_echo_mode; 74f808c858Sraf gl_group_history; 75f808c858Sraf gl_ignore_signal; 76f808c858Sraf gl_last_signal; 77f808c858Sraf gl_limit_history; 78f808c858Sraf gl_load_history; 79f808c858Sraf gl_lookup_history; 80f808c858Sraf gl_prompt_style; 81f808c858Sraf gl_range_of_history; 82f808c858Sraf gl_replace_prompt; 83f808c858Sraf gl_resize_history; 84f808c858Sraf gl_save_history; 85f808c858Sraf gl_show_history; 86f808c858Sraf gl_size_of_history; 87f808c858Sraf gl_state_of_history; 88f808c858Sraf gl_terminal_size; 89f808c858Sraf gl_toggle_history; 90f808c858Sraf gl_trap_signal; 91f808c858Sraf gl_watch_fd; 92f808c858Sraf libtecla_version; 93f808c858Sraf} tecla_1.3; 94f808c858Sraf 95f808c858Sraftecla_1.3 { 96f808c858Sraf global: 97f808c858Sraf ef_list_expansions; 98f808c858Sraf} tecla_1.2; 99f808c858Sraf 100f808c858Sraftecla_1.2 { 101f808c858Sraf global: 102f808c858Sraf cfc_file_start; 103f808c858Sraf cfc_literal_escapes; 104f808c858Sraf cfc_set_check_fn; 105f808c858Sraf cpl_add_completion; 106f808c858Sraf cpl_check_exe; 107f808c858Sraf cpl_complete_word; 108f808c858Sraf cpl_file_completions; 109f808c858Sraf cpl_init_FileArgs; 110f808c858Sraf cpl_last_error; 111f808c858Sraf cpl_list_completions; 112f808c858Sraf cpl_record_error; 113f808c858Sraf del_CplFileConf; 114f808c858Sraf del_ExpandFile; 115f808c858Sraf del_GetLine; 116f808c858Sraf del_PathCache; 117f808c858Sraf del_PcaPathConf; 118f808c858Sraf del_WordCompletion; 119f808c858Sraf ef_expand_file; 120f808c858Sraf ef_last_error; 121f808c858Sraf gl_change_terminal; 122f808c858Sraf gl_customize_completion; 123f808c858Sraf gl_get_line; 124f808c858Sraf new_CplFileConf; 125f808c858Sraf new_ExpandFile; 126f808c858Sraf new_GetLine; 127f808c858Sraf new_PathCache; 128f808c858Sraf new_PcaPathConf; 129f808c858Sraf new_WordCompletion; 130f808c858Sraf pca_last_error; 131f808c858Sraf pca_lookup_file; 132*fa03b00aSjbeck pca_path_completions; 133f808c858Sraf pca_scan_path; 134f808c858Sraf pca_set_check_fn; 135f808c858Sraf ppc_file_start; 136f808c858Sraf ppc_literal_escapes; 137f808c858Sraf local: 138f808c858Sraf *; 139f808c858Sraf}; 140