|
|
1.1 ! root 1: #define FOREACH 256 ! 2: #define PATHNAME 257 ! 3: #define STRING 258 ! 4: #define INDENT 259 ! 5: #define UNINDENT 260 ! 6: #define NL 261 ! 7: #define ERROR_TOKEN 262 ! 8: #define WARNING_TOKEN 263 ! 9: #define EXIST 264 ! 10: #define OWNER 265 ! 11: #define GROUP 266 ! 12: #define CHMOD_PERMISSION 267 ! 13: #define NUMBER 268 ! 14: #define FILE_TOKEN 269 ! 15: #define DIRECTORY 270 ! 16: #define PIPE 271 ! 17: #define CHARACTER_SPECIAL 272 ! 18: #define BLOCK_SPECIAL 273 ! 19: typedef int YYSTYPE; ! 20: #ifdef YYTNAMES ! 21: extern struct yytname ! 22: { ! 23: char *tn_name; ! 24: int tn_val; ! 25: } yytnames[]; ! 26: #endif ! 27: extern YYSTYPE yylval;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.