Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
cbsubst_info Struct Reference

Data Fields

long full_subst_length
 
long keylen [CBSUBST_TBL_MAX]
 
char * key [CBSUBST_TBL_MAX]
 
char type [CBSUBST_TBL_MAX]
 
ID ivar [CBSUBST_TBL_MAX]
 
VALUE proc
 
VALUE aliases
 

Detailed Description

Definition at line 1135 of file tkutil.c.

Field Documentation

◆ aliases

VALUE cbsubst_info::aliases

Definition at line 1142 of file tkutil.c.

Referenced by allocate_cbsubst_info(), and subst_mark().

◆ full_subst_length

long cbsubst_info::full_subst_length

Definition at line 1136 of file tkutil.c.

Referenced by cbsubst_table_setup().

◆ ivar

ID cbsubst_info::ivar[CBSUBST_TBL_MAX]

Definition at line 1140 of file tkutil.c.

Referenced by cbsubst_table_setup().

◆ key

char* cbsubst_info::key[CBSUBST_TBL_MAX]

Definition at line 1138 of file tkutil.c.

Referenced by cbsubst_table_setup(), and subst_free().

◆ keylen

long cbsubst_info::keylen[CBSUBST_TBL_MAX]

Definition at line 1137 of file tkutil.c.

Referenced by cbsubst_get_subst_key(), cbsubst_scan_args(), and cbsubst_table_setup().

◆ proc

VALUE cbsubst_info::proc

◆ type

char cbsubst_info::type[CBSUBST_TBL_MAX]

Definition at line 1139 of file tkutil.c.

Referenced by cbsubst_table_setup().


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