CTWM
Toggle main menu visibility
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/parse_yacc.h
Go to the documentation of this file.
1
/*
2
* Header for the various parse_yacc/gram.y backend funcs
3
*/
4
#ifndef _CTWM_PARSE_YACC_H
5
#define _CTWM_PARSE_YACC_H
6
7
void
yyerror
(
char
*s);
8
9
void
InitGramVariables
(
void
);
10
void
RemoveDQuote
(
char
*str);
11
12
MenuRoot
*
GetRoot
(
char
*name,
char
*fore,
char
*back);
13
14
bool
CheckWarpScreenArg
(
const
char
*s);
15
bool
CheckWarpRingArg
(
const
char
*s);
16
bool
CheckColormapArg
(
const
char
*s);
17
void
GotButton
(
int
butt,
int
func);
18
void
GotKey
(
char
*key,
int
func);
19
void
GotTitleButton
(
char
*bitmapname,
int
func,
bool
rightside);
20
21
22
extern
char
*
Action
;
23
extern
char
*
Name
;
24
extern
MenuRoot
*
root
, *
pull
;
25
26
extern
int
cont
;
27
extern
int
mods
;
28
29
30
#define DEFSTRING "default"
31
32
33
#endif
/* _CTWM_PARSE_YACC_H */
Action
static char * Action
Definition
event_handlers.c:80
GotTitleButton
void GotTitleButton(char *bitmapname, int func, bool rightside)
Definition
parse_yacc.c:213
yyerror
void yyerror(char *s)
Definition
parse_yacc.c:33
GetRoot
MenuRoot * GetRoot(char *name, char *fore, char *back)
Definition
parse_yacc.c:135
CheckWarpRingArg
bool CheckWarpRingArg(const char *s)
Definition
parse_yacc.c:247
pull
MenuRoot * pull
Definition
parse_yacc.c:26
root
MenuRoot * root
Definition
parse_yacc.c:26
InitGramVariables
void InitGramVariables(void)
Definition
parse_yacc.c:40
Name
char * Name
Definition
parse_yacc.c:25
cont
int cont
Definition
parse_yacc.c:28
GotKey
void GotKey(char *key, int func)
Definition
parse_yacc.c:185
RemoveDQuote
void RemoveDQuote(char *str)
Definition
parse_yacc.c:45
CheckColormapArg
bool CheckColormapArg(const char *s)
Definition
parse_yacc.c:260
GotButton
void GotButton(int butt, int func)
Definition
parse_yacc.c:157
mods
int mods
Definition
parse_yacc.c:29
CheckWarpScreenArg
bool CheckWarpScreenArg(const char *s)
Definition
parse_yacc.c:228
MenuRoot
Definition
menus.h:66
parse_yacc.h
Generated by
1.18.0