Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
yy_repairs Struct Reference

Data Fields

int id
 
struct yy_repairsnext
 
YYPTRDIFF_T stack_length
 
yy_state_t * states
 
yy_state_t * state
 
int repair_length
 
struct yy_repairsprev_repair
 
struct yy_repair repair
 

Detailed Description

Definition at line 1175 of file yacc.c.

Field Documentation

◆ id

int yy_repairs::id

Definition at line 1177 of file yacc.c.

◆ next

struct yy_repairs* yy_repairs::next

Definition at line 1179 of file yacc.c.

◆ prev_repair

struct yy_repairs* yy_repairs::prev_repair

Definition at line 1188 of file yacc.c.

◆ repair

struct yy_repair yy_repairs::repair

Definition at line 1189 of file yacc.c.

◆ repair_length

int yy_repairs::repair_length

Definition at line 1186 of file yacc.c.

◆ stack_length

YYPTRDIFF_T yy_repairs::stack_length

Definition at line 1180 of file yacc.c.

◆ state

yy_state_t* yy_repairs::state

Definition at line 1184 of file yacc.c.

◆ states

yy_state_t* yy_repairs::states

Definition at line 1182 of file yacc.c.


The documentation for this struct was generated from the following file: