|
|
1.1 ! root 1: /* (-lgl ! 2: * The information contained herein is a trade secret of Mark Williams ! 3: * Company, and is confidential information. It is provided under a ! 4: * license agreement, and may be copied or disclosed only under the ! 5: * terms of that agreement. Any reproduction or disclosure of this ! 6: * material without the express written authorization of Mark Williams ! 7: * Company or persuant to the license agreement is unlawful. ! 8: * ! 9: * troff-nroff Version 002 ! 10: * Copyright (c) 1984-1986. ! 11: * An unpublished work by Mark Williams Company, Chicago. ! 12: * All rights reserved. ! 13: -lgl) */ ! 14: /* ! 15: * A text formatter. ! 16: * Hyphenation header file. ! 17: */ ! 18: #define LNUL 0 /* Null */ ! 19: #define LEOK 1 /* End of key */ ! 20: #define LHYP 2 /* Hyphenation point */ ! 21: #define LNEW 3 /* Get another char */ ! 22: #define LBRT 4 /* Branch on true */ ! 23: #define LBRF 5 /* Branch on false */ ! 24: #define LCON 6 /* Continue */ ! 25: ! 26: #define EXCSIZE 347 ! 27: ! 28: extern char *exctab[]; ! 29: extern char hyptab[];
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.