xtermcontrol
3.8
About: xtermcontrol enables dynamic control of xterm properties (colors, title, font, geometry ...).
![]() ![]() |
#include <ctype.h>
Go to the source code of this file.
Data Structures | |
struct | option |
Macros | |
#define | _GETOPT_H 1 |
#define | no_argument 0 |
#define | required_argument 1 |
#define | optional_argument 2 |
Functions | |
int | getopt () |
int | getopt_long () |
int | getopt_long_only () |
int | _getopt_internal () |
Variables | |
char * | optarg |
int | optind |
int | opterr |
int | optopt |
int _getopt_internal | ( | ) |
int getopt | ( | ) |
int getopt_long | ( | ) |
Referenced by main().
int getopt_long_only | ( | ) |
|
extern |
Definition at line 115 of file getopt.c.
Referenced by _getopt_internal(), and main().
|
extern |
Definition at line 150 of file getopt.c.
Referenced by _getopt_internal().
|
extern |
Definition at line 130 of file getopt.c.
Referenced by _getopt_initialize(), _getopt_internal(), and exchange().
|
extern |
Definition at line 156 of file getopt.c.
Referenced by _getopt_internal().