|
|
1.1 root 1: #include <stdio.h>
2: #include <sys/mdata.h>
3:
4: #define YYTSIZE 4096
5: #define QSIZE MAXUCHAR
6: #define qpt(q,c) ((++q.ll_qc),(q.ll_qs[q.ll_qi++&QSIZE]=(c)))
7: #define qug(q,c) ((++q.ll_qc),(q.ll_qs[--q.ll_qo&QSIZE]=(c)))
8: #define qgt(q) ((--q.ll_qc),(q.ll_qs[q.ll_qo++&QSIZE]))
9: #define qlk(q,n) (q.ll_qs[q.ll_qo+n&QSIZE])
10: #define qct(q) (q.ll_qc)
11:
12: extern struct ll_queue {
13: unsigned char ll_qc;
14: unsigned char ll_qi;
15: unsigned char ll_qo;
16: short ll_qs[QSIZE+1];
17: } ll_tq;
18: extern char yytext[YYTSIZE];
19: extern short yy_lextab[];
20: extern short yy_lxctab[];
21: extern short yy_lxbtab[];
22: extern short yy_ctxtab[];
23: extern short *yy_clist[];
24: extern short *yy_nlist[];
25: extern short *yy_llist[];
26: extern short *ll_ctxt;
27: extern short ll_cc;
28: extern short ll_lc;
29: extern short ll_tf;
30: extern short ll_lf;
31: extern short ll_tokn;
32: extern short ll_tlen;
33: extern short ll_more;
34: extern short yyscon;
35: extern short yyleng;
36: extern char inpovf[];
37: extern char yytovf[];
38: extern char illchr[];
39: extern short _llic();
40: extern short _lloc();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.