Ruby 3.5.0dev (2025-02-22 revision b17f984e4e903d3ece3013c1488279d1947dfc39)
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 2470 of file dir.c.

Field Documentation

◆ arg

VALUE push_glob_args::arg

Definition at line 2479 of file dir.c.

◆ baselen

size_t push_glob_args::baselen

Definition at line 2473 of file dir.c.

◆ dirsep

int push_glob_args::dirsep

Definition at line 2475 of file dir.c.

◆ fd

int push_glob_args::fd

Definition at line 2471 of file dir.c.

◆ flags

int push_glob_args::flags

Definition at line 2477 of file dir.c.

◆ funcs

const ruby_glob_funcs_t* push_glob_args::funcs

Definition at line 2478 of file dir.c.

◆ namelen

size_t push_glob_args::namelen

Definition at line 2474 of file dir.c.

◆ path

const char* push_glob_args::path

Definition at line 2472 of file dir.c.

◆ pathtype

rb_pathtype_t push_glob_args::pathtype

Definition at line 2476 of file dir.c.


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