ELinks 0.16.1.1
plural.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

union  YYSTYPE

Macros

#define YYDEBUG   0
#define YYTOKENTYPE
#define YYEMPTY   -2
#define YYEOF   0
#define YYerror   256
#define YYUNDEF   257
#define EQUOP2   258
#define CMPOP2   259
#define ADDOP2   260
#define MULOP2   261
#define NUMBER   262
#define YYSTYPE_IS_TRIVIAL   1
#define YYSTYPE_IS_DECLARED   1

Typedefs

typedef enum yytokentype yytoken_kind_t
typedef union YYSTYPE YYSTYPE

Enumerations

enum  yytokentype {
  YYEMPTY = -2 , YYEOF = 0 , YYerror = 256 , YYUNDEF = 257 ,
  EQUOP2 = 258 , CMPOP2 = 259 , ADDOP2 = 260 , MULOP2 = 261 ,
  NUMBER = 262
}

Functions

int gettext__parse (struct parse_args *arg)

Macro Definition Documentation

◆ ADDOP2

#define ADDOP2   260

◆ CMPOP2

#define CMPOP2   259

◆ EQUOP2

#define EQUOP2   258

◆ MULOP2

#define MULOP2   261

◆ NUMBER

#define NUMBER   262

◆ YYDEBUG

#define YYDEBUG   0

◆ YYEMPTY

#define YYEMPTY   -2

◆ YYEOF

#define YYEOF   0

◆ YYerror

#define YYerror   256

◆ YYSTYPE_IS_DECLARED

#define YYSTYPE_IS_DECLARED   1

◆ YYSTYPE_IS_TRIVIAL

#define YYSTYPE_IS_TRIVIAL   1

◆ YYTOKENTYPE

#define YYTOKENTYPE

◆ YYUNDEF

#define YYUNDEF   257

Typedef Documentation

◆ YYSTYPE

typedef union YYSTYPE YYSTYPE

◆ yytoken_kind_t

Enumeration Type Documentation

◆ yytokentype

Enumerator
YYEMPTY 
YYEOF 
YYerror 
YYUNDEF 
EQUOP2 
CMPOP2 
ADDOP2 
MULOP2 
NUMBER 

Function Documentation

◆ gettext__parse()

int gettext__parse ( struct parse_args * arg)