|
|
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: int ll_qs[QSIZE+1];
17: } ll_tq;
18: extern char yytext[YYTSIZE];
19: extern int yy_lextab[];
20: extern int yy_lxctab[];
21: extern int yy_lxbtab[];
22: extern int yy_ctxtab[];
23: extern int *yy_clist[];
24: extern int *yy_nlist[];
25: extern int *yy_llist[];
26: extern int *ll_ctxt;
27: extern int ll_cc;
28: extern int ll_lc;
29: extern int ll_tf;
30: extern int ll_lf;
31: extern int ll_tokn;
32: extern int ll_tlen;
33: extern int ll_more;
34: extern int yyscon;
35: extern int yyleng;
36: extern char inpovf[];
37: extern char yytovf[];
38: extern char illchr[];
39: extern int _llic();
40: extern int _lloc();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.