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