#include <popt.h>
Data Fields | |
| poptOption | option |
| int | argc |
| const char ** | argv |
Definition at line 144 of file popt.h.
| int poptItem_s::argc |
(alias) no. of args.
Definition at line 146 of file popt.h.
Referenced by execCommand(), handleAlias(), and poptAddItem().
| const char** poptItem_s::argv |
(alias) args, must be free()able.
Definition at line 148 of file popt.h.
Referenced by execCommand(), handleAlias(), poptAddItem(), and poptFreeContext().
| struct poptOption poptItem_s::option |
alias/exec name(s) and description.
Definition at line 145 of file popt.h.
Referenced by handleAlias(), handleExec(), itemHelp(), itemUsage(), poptAddItem(), and poptFreeContext().
1.4.7