CTWM
|
Go to the source code of this file.
Macros | |
#define | DEFSTRING "default" |
Functions | |
void | yyerror (char *s) |
void | InitGramVariables (void) |
void | RemoveDQuote (char *str) |
MenuRoot * | GetRoot (char *name, char *fore, char *back) |
bool | CheckWarpScreenArg (const char *s) |
bool | CheckWarpRingArg (const char *s) |
bool | CheckColormapArg (const char *s) |
void | GotButton (int butt, int func) |
void | GotKey (char *key, int func) |
void | GotTitleButton (char *bitmapname, int func, bool rightside) |
Variables | |
char * | Action |
char * | Name |
MenuRoot * | root |
MenuRoot * | pull |
int | cont |
int | mods |
#define DEFSTRING "default" |
Definition at line 30 of file parse_yacc.h.
Referenced by ParseAlignement(), ParseButtonStyle(), ParseIconifyStyle(), ParseIRJustification(), ParseRandomPlacement(), ParseTitleJustification(), and ParseUsePPosition().
Definition at line 260 of file parse_yacc.c.
References COLORMAP_DEFAULT, COLORMAP_NEXT, COLORMAP_PREV, and PlaceX.
Definition at line 247 of file parse_yacc.c.
References PlaceX, WARPSCREEN_NEXT, and WARPSCREEN_PREV.
Definition at line 228 of file parse_yacc.c.
References Isascii, Isdigit, PlaceX, WARPSCREEN_BACK, WARPSCREEN_NEXT, and WARPSCREEN_PREV.
Definition at line 135 of file parse_yacc.c.
References FindMenuRoot(), GetColor(), NewMenuRoot(), PlaceX, and Scr.
Referenced by GotButton().
Definition at line 157 of file parse_yacc.c.
References Action, AddFuncButton(), AddToMenu(), cont, GetRoot(), mods, mods_used, NUM_CONTEXTS, PlaceX, MenuRoot::prev, pull, root, and TWM_ROOT.
Definition at line 185 of file parse_yacc.c.
References Action, AddFuncKey(), cont, mods, mods_used, Name, NUM_CONTEXTS, PlaceX, MenuRoot::prev, and pull.
Definition at line 213 of file parse_yacc.c.
References Action, CreateTitleButton(), PlaceX, pull, and twmrc_error_prefix().
Definition at line 40 of file parse_yacc.c.
References mods.
Definition at line 45 of file parse_yacc.c.
References PlaceX.
Definition at line 33 of file parse_yacc.c.
References ParseError, PlaceX, and twmrc_error_prefix().
|
extern |
Definition at line 24 of file parse_yacc.c.
Referenced by GotButton(), GotKey(), and GotTitleButton().
|
extern |
Definition at line 28 of file parse_yacc.c.
Referenced by AddFuncButton(), AddFuncKey(), f_hypermove_impl(), GotButton(), GotKey(), MoveMenu(), and WMgrHandleButtonEvent().
|
extern |
Definition at line 29 of file parse_yacc.c.
Referenced by GotButton(), GotKey(), and InitGramVariables().
|
extern |
Definition at line 25 of file parse_yacc.c.
Referenced by GotKey().
MenuRoot * pull |
Definition at line 24 of file parse_yacc.h.
|
extern |
Definition at line 26 of file parse_yacc.c.
Referenced by AddToCaptiveList(), AdoptWindow(), ConfigureCaptiveRootWindow(), f_hypermove_impl(), GetCaptiveCTWMUnderPointer(), GetCaptivesList(), GotButton(), MoveOutline(), NeedToDefer(), OtpCheckConsistencyVS(), RemoveFromCaptiveList(), SetCaptivesList(), synth_btnevent_for_moveresize(), WarpCursorToDefaultEntry(), and WMapRestack().