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*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23f808c858Sraf# Use is subject to license terms. 24f808c858Sraf# 25*bfed486aSAli Bahrami 26*bfed486aSAli Bahrami# 27*bfed486aSAli Bahrami# MAPFILE HEADER START 28*bfed486aSAli Bahrami# 29*bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31*bfed486aSAli Bahrami# 32*bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33*bfed486aSAli Bahrami# 34*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36*bfed486aSAli Bahrami# 37*bfed486aSAli Bahrami# MAPFILE HEADER END 38f808c858Sraf# 39f808c858Sraf 40f808c858Sraf# 41f808c858Sraf# The instances of "tecla_l.5" below (note "l" vs "1") are by design; 42f808c858Sraf# quoting the author: 43f808c858Sraf# 44f808c858Sraf# Unfortunately the tecla_l.5 version string is by now embedded in any 45f808c858Sraf# executable that linked with libtecla versions 1.5 ..., so I can't fix 46f808c858Sraf# the typo without preventing those programs from linking against 1.6. 47f808c858Sraf# Thus I now have to derive tecla_1.6 from tecla_l.5, in the map file. 48f808c858Sraf# 49f808c858Sraf 50f808c858Sraftecla_1.6 { 51f808c858Sraf global: 52f808c858Sraf gl_append_history; 53f808c858Sraf gl_automatic_history; 54f808c858Sraf gl_query_char; 55f808c858Sraf gl_read_char; 56f808c858Sraf} tecla_l.5; 57f808c858Sraf 58f808c858Sraftecla_l.5 { 59f808c858Sraf global: 60f808c858Sraf cpl_recall_matches; 61f808c858Sraf gl_abandon_line; 62f808c858Sraf gl_bind_keyseq; 63f808c858Sraf gl_catch_blocked; 64fa03b00aSjbeck gl_completion_action; 65f808c858Sraf gl_display_text; 66f808c858Sraf gl_erase_terminal; 67f808c858Sraf gl_error_message; 68f808c858Sraf gl_handle_signal; 69f808c858Sraf gl_inactivity_timeout; 70f808c858Sraf gl_io_mode; 71f808c858Sraf gl_list_signals; 72f808c858Sraf gl_normal_io; 73f808c858Sraf gl_pending_io; 74f808c858Sraf gl_raw_io; 75f808c858Sraf gl_register_action; 76f808c858Sraf gl_return_status; 77fa03b00aSjbeck gl_set_term_size; 78f808c858Sraf gl_tty_signals; 79f808c858Sraf} tecla_1.4; 80f808c858Sraf 81f808c858Sraftecla_1.4 { 82f808c858Sraf global: 83f808c858Sraf gl_clear_history; 84f808c858Sraf gl_configure_getline; 85f808c858Sraf gl_echo_mode; 86f808c858Sraf gl_group_history; 87f808c858Sraf gl_ignore_signal; 88f808c858Sraf gl_last_signal; 89f808c858Sraf gl_limit_history; 90f808c858Sraf gl_load_history; 91f808c858Sraf gl_lookup_history; 92f808c858Sraf gl_prompt_style; 93f808c858Sraf gl_range_of_history; 94f808c858Sraf gl_replace_prompt; 95f808c858Sraf gl_resize_history; 96f808c858Sraf gl_save_history; 97f808c858Sraf gl_show_history; 98f808c858Sraf gl_size_of_history; 99f808c858Sraf gl_state_of_history; 100f808c858Sraf gl_terminal_size; 101f808c858Sraf gl_toggle_history; 102f808c858Sraf gl_trap_signal; 103f808c858Sraf gl_watch_fd; 104f808c858Sraf libtecla_version; 105f808c858Sraf} tecla_1.3; 106f808c858Sraf 107f808c858Sraftecla_1.3 { 108f808c858Sraf global: 109f808c858Sraf ef_list_expansions; 110f808c858Sraf} tecla_1.2; 111f808c858Sraf 112f808c858Sraftecla_1.2 { 113f808c858Sraf global: 114f808c858Sraf cfc_file_start; 115f808c858Sraf cfc_literal_escapes; 116f808c858Sraf cfc_set_check_fn; 117f808c858Sraf cpl_add_completion; 118f808c858Sraf cpl_check_exe; 119f808c858Sraf cpl_complete_word; 120f808c858Sraf cpl_file_completions; 121f808c858Sraf cpl_init_FileArgs; 122f808c858Sraf cpl_last_error; 123f808c858Sraf cpl_list_completions; 124f808c858Sraf cpl_record_error; 125f808c858Sraf del_CplFileConf; 126f808c858Sraf del_ExpandFile; 127f808c858Sraf del_GetLine; 128f808c858Sraf del_PathCache; 129f808c858Sraf del_PcaPathConf; 130f808c858Sraf del_WordCompletion; 131f808c858Sraf ef_expand_file; 132f808c858Sraf ef_last_error; 133f808c858Sraf gl_change_terminal; 134f808c858Sraf gl_customize_completion; 135f808c858Sraf gl_get_line; 136f808c858Sraf new_CplFileConf; 137f808c858Sraf new_ExpandFile; 138f808c858Sraf new_GetLine; 139f808c858Sraf new_PathCache; 140f808c858Sraf new_PcaPathConf; 141f808c858Sraf new_WordCompletion; 142f808c858Sraf pca_last_error; 143f808c858Sraf pca_lookup_file; 144fa03b00aSjbeck pca_path_completions; 145f808c858Sraf pca_scan_path; 146f808c858Sraf pca_set_check_fn; 147f808c858Sraf ppc_file_start; 148f808c858Sraf ppc_literal_escapes; 149f808c858Sraf local: 150f808c858Sraf *; 151f808c858Sraf}; 152