Bash  5.0-beta2
Bash - Bourne Again shell
_list_of_items Struct Reference

#include "bash-5.0-beta2/pcomplete.h"

Public Member Functions

int list_getter __P ((struct _list_of_items *))
 

Data Fields

int flags
 
STRINGLISTslist
 
STRINGLISTgenlist
 
int genindex
 

Detailed Description

Definition at line 88 of file pcomplete.h.

Member Function Documentation

◆ __P()

int list_getter _list_of_items::__P ( (struct _list_of_items *)  )

Field Documentation

◆ flags

int _list_of_items::flags

Definition at line 89 of file pcomplete.h.

◆ slist

STRINGLIST* _list_of_items::slist

Definition at line 92 of file pcomplete.h.

◆ genlist

STRINGLIST* _list_of_items::genlist

Definition at line 95 of file pcomplete.h.

◆ genindex

int _list_of_items::genindex

Definition at line 96 of file pcomplete.h.


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