Ruby 4.1.0dev (2026-02-28 revision 85b04616269660e2d06441e2a833edad4491564d)
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 2589 of file dir.c.

Field Documentation

◆ arg

VALUE push_glob_args::arg

Definition at line 2598 of file dir.c.

◆ baselen

size_t push_glob_args::baselen

Definition at line 2592 of file dir.c.

◆ dirsep

int push_glob_args::dirsep

Definition at line 2594 of file dir.c.

◆ fd

int push_glob_args::fd

Definition at line 2590 of file dir.c.

◆ flags

int push_glob_args::flags

Definition at line 2596 of file dir.c.

◆ funcs

const ruby_glob_funcs_t* push_glob_args::funcs

Definition at line 2597 of file dir.c.

◆ namelen

size_t push_glob_args::namelen

Definition at line 2593 of file dir.c.

◆ path

const char* push_glob_args::path

Definition at line 2591 of file dir.c.

◆ pathtype

rb_pathtype_t push_glob_args::pathtype

Definition at line 2595 of file dir.c.


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