File:  [CSRG BSD Unix] / 43BSD / contrib / icon / tran / keyword.c
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:55 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

#include "../h/keyword.h"
#include "sym.h"

/*
 * Keyword table.
 */

struct keyent keytab[] = {
   "ascii",	K_ASCII,
   "clock",	K_CLOCK,
   "cset",	K_CSET,
   "date",	K_DATE,
   "dateline",	K_DATELINE,
   "errout",	K_ERROUT,
   "fail",	K_FAIL,
   "host",	K_HOST,
   "input",	K_INPUT,
   "lcase",	K_LCASE,
   "level",	K_LEVEL,
   "main",	K_MAIN,
   "null",	K_NULL,
   "output",	K_OUTPUT,
   "pos",	K_POS,
   "random",	K_RANDOM,
   "source",	K_SOURCE,
   "subject",	K_SUBJECT,
   "time",	K_TIME,
   "trace",	K_TRACE,
   "ucase",	K_UCASE,
   "version",	K_VERSION,
   "options",	K_OPTIONS,
   "",		-1
   };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.