Ruby 4.1.0dev (2026-04-17 revision 11e3c78b61da705c783dd12fb7f158c0d256ede0)
Data Fields
push_glob_args Struct Reference

Data Fields

int fd
 
const char * path
 
size_t baselen
 
size_t namelen
 
int dirsep
 
rb_pathtype_t pathtype
 
int flags
 
const ruby_glob_funcs_tfuncs
 
VALUE arg
 

Detailed Description

Definition at line 2614 of file dir.c.

Field Documentation

◆ arg

VALUE push_glob_args::arg

Definition at line 2623 of file dir.c.

◆ baselen

size_t push_glob_args::baselen

Definition at line 2617 of file dir.c.

◆ dirsep

int push_glob_args::dirsep

Definition at line 2619 of file dir.c.

◆ fd

int push_glob_args::fd

Definition at line 2615 of file dir.c.

◆ flags

int push_glob_args::flags

Definition at line 2621 of file dir.c.

◆ funcs

const ruby_glob_funcs_t* push_glob_args::funcs

Definition at line 2622 of file dir.c.

◆ namelen

size_t push_glob_args::namelen

Definition at line 2618 of file dir.c.

◆ path

const char* push_glob_args::path

Definition at line 2616 of file dir.c.

◆ pathtype

rb_pathtype_t push_glob_args::pathtype

Definition at line 2620 of file dir.c.


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