repo.or.cz
/
felt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'hotfix-3.07.3'
[felt.git]
/
lib
/
Widgets
/
laygram.h
blob
55c9a849559c80506c7ce2bdd76d7801a20d36fa
1
#define OC 257
2
#define CC 258
3
#define OA 259
4
#define CA 260
5
#define OP 261
6
#define CP 262
7
#define NAME 263
8
#define NUMBER 264
9
#define INFINITY 265
10
#define VERTICAL 266
11
#define HORIZONTAL 267
12
#define EQUAL 268
13
#define DOLLAR 269
14
#define PLUS 270
15
#define MINUS 271
16
#define TIMES 272
17
#define DIVIDE 273
18
#define PERCENTOF 274
19
#define PERCENT 275
20
#define WIDTH 276
21
#define HEIGHT 277
22
#define UMINUS 278
23
#define UPLUS 279
24
typedef
union
{
25
int
ival
;
26
XrmQuark qval
;
27
BoxPtr bval
;
28
BoxParamsPtr pval
;
29
GlueRec gval
;
30
LayoutDirection lval
;
31
ExprPtr eval
;
32
Operator oval
;
33
}
YYSTYPE
;
34
extern
YYSTYPE LayYYlval
;