Go to the source code of this file.
|  | 
| namespace | isc | 
|  | Defines the logger used by the top-level component of kea-lfc. 
 | 
| namespace | isc::dhcp | 
◆ YY_
◆ YY_EXCEPTIONS
◆ YY_REDUCE_PRINT
      
        
          | #define YY_REDUCE_PRINT | ( |  | Rule | ) |  | 
      
 
 
◆ YY_STACK_PRINT
      
        
          | #define YY_STACK_PRINT | ( |  | ) |  | 
      
 
 
◆ YY_SYMBOL_PRINT
      
        
          | #define YY_SYMBOL_PRINT | ( |  | Title, | 
        
          |  |  |  | Symbol ) | 
      
 
 
◆ YYABORT
      
        
          | #define YYABORT   goto yyabortlab | 
      
 
 
◆ YYACCEPT
      
        
          | #define YYACCEPT   goto yyacceptlab | 
      
 
 
◆ YYCASE_
Value:        case N:                               \
          yyformat = S;                       \
        break
 
 
◆ YYCDEBUG
      
        
          | #define YYCDEBUG   if (false) std::cerr | 
      
 
 
◆ yyclearin
      
        
          | #define yyclearin   (yyla.clear ()) | 
      
 
 
◆ yyerrok
      
        
          | #define yyerrok   (yyerrstatus_ = 0) | 
      
 
 
◆ YYERROR
      
        
          | #define YYERROR   goto yyerrorlab | 
      
 
 
◆ yylex
◆ YYLLOC_DEFAULT
      
        
          | #define YYLLOC_DEFAULT | ( |  | Current, | 
        
          |  |  |  | Rhs, | 
        
          |  |  |  | N ) | 
      
 
Value:    do                                                                  \
      if (N)                                                            \
        {                                                               \
          (Current).begin  = 
YYRHSLOC (Rhs, 1).begin;                   \
          (Current).end    = 
YYRHSLOC (Rhs, N).end;                     \
        }                                                               \
      else                                                              \
        {                                                               \
          (Current).begin = (Current).end = 
YYRHSLOC (Rhs, 0).end;      \
        }                                                               \
    while (false)
Definition at line 87 of file dhcp4_parser.cc.
 
 
◆ YYRECOVERING
◆ YYRHSLOC
      
        
          | #define YYRHSLOC | ( |  | Rhs, | 
        
          |  |  |  | K ) |