|
CTWM
|
#include "ctwm.h"#include <getopt.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "clargs.h"#include "ctopts.h"#include "deftwmrc.h"#include "screen.h"#include "version.h"Go to the source code of this file.
Macros | |
| #define | CHK(x) |
| #define | IFIS(x) |
Functions | |
| static void | usage (void) |
| static void | print_version (void) |
| static void | DisplayInfo (void) |
| static void | dump_default_config (void) |
| void | clargs_parse (int argc, char *argv[]) |
| void | clargs_check (void) |
Variables | |
| ctwm_cl_args | CLarg |
| #define CHK | ( | x | ) |
Referenced by clargs_parse().
| #define IFIS | ( | x | ) |
Referenced by clargs_parse().
| void clargs_check | ( | void | ) |
| void clargs_parse | ( | int | argc, |
| char * | argv[] ) |
Definition at line 62 of file clargs.c.
References CHK, CLarg, DisplayInfo(), dump_default_config(), IFIS, print_version(), and usage().
Referenced by ctwm_main().
|
static |
Definition at line 413 of file clargs.c.
References ctopts, ctopts_string(), and TwmVersion.
Referenced by clargs_parse().
|
static |
|
static |
Definition at line 403 of file clargs.c.
References VCSRevision, VCSType, and VersionNumberFull.
Referenced by clargs_parse().
|
static |
Definition at line 364 of file clargs.c.
References ProgramName.
Referenced by clargs_check(), and clargs_parse().
| ctwm_cl_args CLarg |
Definition at line 27 of file clargs.c.
Referenced by AddWindow(), clargs_check(), clargs_parse(), ConfigureCaptiveRootWindow(), ctwm_main(), DispatchEvent(), DoShutdown(), EwmhReplaceWM(), Execute(), m4_defs(), MaskScreen(), ParseTwmrc(), start_m4(), takeover_screen(), TwmErrorHandler(), and UnmaskScreen().