|
|
coherent
/* $Header: /var/lib/cvsd/repos/coherent/coherent/d/usr/lib/libcurses/tflgtab.c,v 1.1.1.1 2019/05/29 04:56:38 root Exp $
*
* The information contained herein is a trade secret of INETCO
* Systems, and is confidential information. It is provided under
* a license agreement, and may be copied or disclosed only under
* the terms of that agreement. Any reproduction or disclosure of
* this material without the express written authorization of
* INETCO Systems or persuant to the license agreement is unlawful.
*
* Copyright (c) 1989
* An unpublished work by INETCO Systems, Ltd.
* All rights reserved.
*/
#include "curses.h"
/*
* Default translation table: Termcap Name into address of a boolean variable.
*/
tflgent_t tflgtab[] = {
{ "am", &AM },
{ "bs", &BS },
{ "da", &DA },
{ "db", &DB },
{ "eo", &EO },
{ "hc", &HC },
{ "hz", &HZ },
{ "in", &IN },
{ "mi", &MI },
{ "ms", &MS },
{ "nc", &NC },
{ "ns", &NS },
{ "os", &OS },
{ "ul", &UL },
{ "xb", &XB },
{ "xn", &XN },
{ "xt", &XT },
{ "xs", &XS },
{ "xx", &XX },
{ "", NULL }
};
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.