[ Avaa Bypassed ]




Upload:

Command:

www-data@3.12.153.221: ~ $
/* A Bison parser, made by GNU Bison 3.5.1.  */

/* Bison interface for Yacc-like parsers in C

   Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation,
   Inc.

   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */

/* As a special exception, you may create a larger work that contains
   part or all of the Bison parser skeleton and distribute that work
   under terms of your choice, so long as that work isn't itself a
   parser generator using the skeleton or a modified version thereof
   as a parser skeleton.  Alternatively, if you modify or redistribute
   the parser skeleton itself, you may (at your option) remove this
   special exception, which will cause the skeleton and the resulting
   Bison output files to be licensed under the GNU General Public
   License without this special exception.

   This special exception was added by the Free Software Foundation in
   version 2.2 of Bison.  */

/* Undocumented macros, especially those whose name start with YY_,
   are private implementation details.  Do not rely on them.  */

#ifndef YY_YY_SCRIPTS_KCONFIG_PARSER_TAB_H_INCLUDED
# define YY_YY_SCRIPTS_KCONFIG_PARSER_TAB_H_INCLUDED
/* Debug traces.  */
#ifndef YYDEBUG
# define YYDEBUG 1
#endif
#if YYDEBUG
extern int yydebug;
#endif

/* Token type.  */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
  enum yytokentype
  {
    T_HELPTEXT = 258,
    T_WORD = 259,
    T_WORD_QUOTE = 260,
    T_BOOL = 261,
    T_CHOICE = 262,
    T_CLOSE_PAREN = 263,
    T_COLON_EQUAL = 264,
    T_COMMENT = 265,
    T_CONFIG = 266,
    T_DEFAULT = 267,
    T_DEF_BOOL = 268,
    T_DEF_TRISTATE = 269,
    T_DEPENDS = 270,
    T_ENDCHOICE = 271,
    T_ENDIF = 272,
    T_ENDMENU = 273,
    T_HELP = 274,
    T_HEX = 275,
    T_IF = 276,
    T_IMPLY = 277,
    T_INT = 278,
    T_MAINMENU = 279,
    T_MENU = 280,
    T_MENUCONFIG = 281,
    T_MODULES = 282,
    T_ON = 283,
    T_OPEN_PAREN = 284,
    T_OPTIONAL = 285,
    T_PLUS_EQUAL = 286,
    T_PROMPT = 287,
    T_RANGE = 288,
    T_SELECT = 289,
    T_SOURCE = 290,
    T_STRING = 291,
    T_TRISTATE = 292,
    T_VISIBLE = 293,
    T_EOL = 294,
    T_ASSIGN_VAL = 295,
    T_OR = 296,
    T_AND = 297,
    T_EQUAL = 298,
    T_UNEQUAL = 299,
    T_LESS = 300,
    T_LESS_EQUAL = 301,
    T_GREATER = 302,
    T_GREATER_EQUAL = 303,
    T_NOT = 304
  };
#endif

/* Value type.  */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
union YYSTYPE
{

	char *string;
	struct symbol *symbol;
	struct expr *expr;
	struct menu *menu;
	enum symbol_type type;
	enum variable_flavor flavor;


};
typedef union YYSTYPE YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define YYSTYPE_IS_DECLARED 1
#endif


extern YYSTYPE yylval;

int yyparse (void);

#endif /* !YY_YY_SCRIPTS_KCONFIG_PARSER_TAB_H_INCLUDED  */

Filemanager

Name Type Size Permission Actions
lxdialog Folder 0755
tests Folder 0755
.conf.cmd File 291 B 0644
.conf.o.cmd File 869 B 0644
.confdata.o.cmd File 946 B 0644
.expr.o.cmd File 869 B 0644
.lexer.lex.c.cmd File 148 B 0644
.lexer.lex.o.cmd File 919 B 0644
.menu.o.cmd File 951 B 0644
.parser.tab.h.cmd File 195 B 0644
.parser.tab.o.cmd File 978 B 0644
.preprocess.o.cmd File 929 B 0644
.symbol.o.cmd File 889 B 0644
.util.o.cmd File 869 B 0644
Makefile File 7.61 KB 0644
conf File 143.29 KB 0755
conf.c File 20.01 KB 0644
conf.o File 27.57 KB 0644
confdata.c File 22.96 KB 0644
confdata.o File 25.64 KB 0644
expr.c File 29.54 KB 0644
expr.h File 9.43 KB 0644
expr.o File 24.16 KB 0644
gconf-cfg.sh File 775 B 0755
gconf.c File 38 KB 0644
gconf.glade File 25.04 KB 0644
images.c File 6.42 KB 0644
images.h File 857 B 0644
internal.h File 172 B 0644
lexer.l File 9.04 KB 0644
lexer.lex.c File 112.68 KB 0644
lexer.lex.o File 49.1 KB 0644
list.h File 3.66 KB 0644
lkc.h File 3.95 KB 0644
lkc_proto.h File 1.92 KB 0644
mconf-cfg.sh File 1.47 KB 0755
mconf.c File 27.19 KB 0644
menu.c File 21.57 KB 0644
menu.o File 20.84 KB 0644
merge_config.sh File 5.04 KB 0755
nconf-cfg.sh File 1.37 KB 0755
nconf.c File 37.85 KB 0644
nconf.gui.c File 14.53 KB 0644
nconf.h File 2 KB 0644
parser.tab.c File 72.75 KB 0644
parser.tab.h File 3.29 KB 0644
parser.tab.o File 40.36 KB 0644
parser.y File 15.24 KB 0644
preprocess.c File 11.07 KB 0644
preprocess.o File 12.07 KB 0644
qconf-cfg.sh File 643 B 0755
qconf.cc File 43.42 KB 0644
qconf.h File 6.4 KB 0644
streamline_config.pl File 16.43 KB 0755
symbol.c File 28.57 KB 0644
symbol.o File 27.61 KB 0644
util.c File 2.16 KB 0644
util.o File 4.96 KB 0644