|
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(), ParseAlignement(), ParseButtonStyle(), ParseIconifyStyle(), ParseIRJustification(), ParseRandomPlacement(), ParseTitleJustification(), and ParseUsePPosition().
| #define IFIS | ( | x | ) |
Referenced by clargs_parse().
| void clargs_check | ( | void | ) |
Definition at line 317 of file clargs.c.
References _ctwm_cl_args::cfgchk, CLarg, clargs_check(), and usage().
Referenced by clargs_check(), and ctwm_main().
| void clargs_parse | ( | int | argc, |
| char * | argv[] ) |
Definition at line 62 of file clargs.c.
References _ctwm_cl_args::cfgchk, CHK, CLarg, clargs_parse(), _ctwm_cl_args::client_id, _ctwm_cl_args::display_name, DisplayInfo(), dump_default_config(), IFIS, _ctwm_cl_args::InitFile, _ctwm_cl_args::Monochrome, _ctwm_cl_args::MultiScreen, print_version(), _ctwm_cl_args::PrintErrorMessages, _ctwm_cl_args::restore_filename, _ctwm_cl_args::ShowWelcomeWindow, and usage().
Referenced by clargs_parse(), and ctwm_main().
|
static |
Definition at line 413 of file clargs.c.
References ctopts_string(), DisplayInfo(), and TwmVersion.
Referenced by clargs_parse(), and DisplayInfo().
|
static |
Definition at line 426 of file clargs.c.
References defTwmrc, and dump_default_config().
Referenced by clargs_parse(), and dump_default_config().
|
static |
Definition at line 403 of file clargs.c.
References print_version(), VCSRevision, VCSType, and VersionNumberFull.
Referenced by clargs_parse(), and print_version().
|
static |
Definition at line 364 of file clargs.c.
References ProgramName, and usage().
Referenced by clargs_check(), clargs_parse(), and usage().
| 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().