|
|
1.1 ! root 1: /* $Header: /usr/src/lib/libcurses/RCS/tflgtab.c,v 1.1 89/04/07 13:22:17 src Exp $ ! 2: * ! 3: * The information contained herein is a trade secret of INETCO ! 4: * Systems, and is confidential information. It is provided under ! 5: * a license agreement, and may be copied or disclosed only under ! 6: * the terms of that agreement. Any reproduction or disclosure of ! 7: * this material without the express written authorization of ! 8: * INETCO Systems or persuant to the license agreement is unlawful. ! 9: * ! 10: * Copyright (c) 1989 ! 11: * An unpublished work by INETCO Systems, Ltd. ! 12: * All rights reserved. ! 13: */ ! 14: ! 15: #include "curses.h" ! 16: ! 17: /* ! 18: * Default translation table: Termcap Name into address of a boolean variable. ! 19: */ ! 20: tflgent_t tflgtab[] = { ! 21: { "am", &AM }, ! 22: { "bs", &BS }, ! 23: { "da", &DA }, ! 24: { "db", &DB }, ! 25: { "eo", &EO }, ! 26: { "hc", &HC }, ! 27: { "hz", &HZ }, ! 28: { "in", &IN }, ! 29: { "mi", &MI }, ! 30: { "ms", &MS }, ! 31: { "nc", &NC }, ! 32: { "ns", &NS }, ! 33: { "os", &OS }, ! 34: { "ul", &UL }, ! 35: { "xb", &XB }, ! 36: { "xn", &XN }, ! 37: { "xt", &XT }, ! 38: { "xs", &XS }, ! 39: { "xx", &XX }, ! 40: { "", NULL } ! 41: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.