Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
_OnigStackType Struct Reference

#include <regint.h>

Data Fields

unsigned int type
 
union {
   struct {
      UChar *   pcode
 
      UChar *   pstr
 
      UChar *   pstr_prev
 
      UChar *   pkeep
 
   }   state
 
   struct {
      int   count
 
      UChar *   pcode
 
      int   num
 
   }   repeat
 
   struct {
      OnigStackIndex   si
 
   }   repeat_inc
 
   struct {
      int   num
 
      UChar *   pstr
 
      OnigStackIndex   start
 
      OnigStackIndex   end
 
   }   mem
 
   struct {
      int   num
 
      UChar *   pstr
 
   }   null_check
 
   struct {
      UChar *   ret_addr
 
      int   num
 
      UChar *   pstr
 
   }   call_frame
 
u
 

Detailed Description

Definition at line 783 of file regint.h.

Field Documentation

◆ call_frame

struct { ... } _OnigStackType::call_frame

◆ count

int _OnigStackType::count

Definition at line 796 of file regint.h.

◆ end

OnigStackIndex _OnigStackType::end

Definition at line 808 of file regint.h.

◆ mem

struct { ... } _OnigStackType::mem

◆ null_check

struct { ... } _OnigStackType::null_check

◆ num

int _OnigStackType::num

Definition at line 798 of file regint.h.

◆ pcode

UChar* _OnigStackType::pcode

Definition at line 787 of file regint.h.

◆ pkeep

UChar* _OnigStackType::pkeep

Definition at line 793 of file regint.h.

◆ pstr

UChar* _OnigStackType::pstr

Definition at line 788 of file regint.h.

◆ pstr_prev

UChar* _OnigStackType::pstr_prev

Definition at line 789 of file regint.h.

◆ repeat

struct { ... } _OnigStackType::repeat

Referenced by match_at().

◆ repeat_inc

struct { ... } _OnigStackType::repeat_inc

◆ ret_addr

UChar* _OnigStackType::ret_addr

Definition at line 816 of file regint.h.

◆ si

OnigStackIndex _OnigStackType::si

Definition at line 801 of file regint.h.

◆ start

OnigStackIndex _OnigStackType::start

Definition at line 807 of file regint.h.

◆ state

struct { ... } _OnigStackType::state

Referenced by match_at().

◆ type

unsigned int _OnigStackType::type

Definition at line 784 of file regint.h.

Referenced by backref_match_at_nested_level(), and match_at().

◆ u

union { ... } _OnigStackType::u

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