4.3BSD/usr/contrib/icon/tran/keyword.c

Compare this file to the similar file:
Show the results in this format:

#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
   };