these should be generated with byacc, not bison
This commit is contained in:
2754
sudo.tab.c
2754
sudo.tab.c
File diff suppressed because it is too large
Load Diff
36
sudo.tab.h
36
sudo.tab.h
@@ -1,26 +1,24 @@
|
|||||||
|
#define COMMAND 257
|
||||||
|
#define ALIAS 258
|
||||||
|
#define NTWKADDR 259
|
||||||
|
#define FQHOST 260
|
||||||
|
#define NETGROUP 261
|
||||||
|
#define USERGROUP 262
|
||||||
|
#define NAME 263
|
||||||
|
#define RUNAS 264
|
||||||
|
#define NOPASSWD 265
|
||||||
|
#define PASSWD 266
|
||||||
|
#define ALL 267
|
||||||
|
#define COMMENT 268
|
||||||
|
#define HOSTALIAS 269
|
||||||
|
#define CMNDALIAS 270
|
||||||
|
#define USERALIAS 271
|
||||||
|
#define RUNASALIAS 272
|
||||||
|
#define ERROR 273
|
||||||
typedef union {
|
typedef union {
|
||||||
char *string;
|
char *string;
|
||||||
int BOOLEAN;
|
int BOOLEAN;
|
||||||
struct sudo_command command;
|
struct sudo_command command;
|
||||||
int tok;
|
int tok;
|
||||||
} YYSTYPE;
|
} YYSTYPE;
|
||||||
#define COMMAND 257
|
|
||||||
#define ALIAS 258
|
|
||||||
#define NTWKADDR 259
|
|
||||||
#define FQHOST 260
|
|
||||||
#define NETGROUP 261
|
|
||||||
#define USERGROUP 262
|
|
||||||
#define NAME 263
|
|
||||||
#define RUNAS 264
|
|
||||||
#define NOPASSWD 265
|
|
||||||
#define PASSWD 266
|
|
||||||
#define ALL 267
|
|
||||||
#define COMMENT 268
|
|
||||||
#define HOSTALIAS 269
|
|
||||||
#define CMNDALIAS 270
|
|
||||||
#define USERALIAS 271
|
|
||||||
#define RUNASALIAS 272
|
|
||||||
#define ERROR 273
|
|
||||||
|
|
||||||
|
|
||||||
extern YYSTYPE yylval;
|
extern YYSTYPE yylval;
|
||||||
|
Reference in New Issue
Block a user