aboutsummaryrefslogtreecommitdiff
path: root/noao/digiphot/photcal/lib/prtoken.h
blob: 8b3119a8b7f0a161bf78f7842a00973b61146313 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
define	OBSSECT		257
define	CATSECT		258
define	EXTSECT		259
define	TRNSECT		260
define	FITID		261
define	CONSTID		262
define	DELTAID		263
define	ERRORID		264
define	WEIGHTID		265
define	MINID		266
define	MAXID		267
define	DERIVID		268
define	PLOTID		269
define	SETID		270
define	F_ABS		271
define	F_ACOS		272
define	F_ASIN		273
define	F_ATAN		274
define	F_COS		275
define	F_EXP		276
define	F_LOG		277
define	F_LOG10		278
define	F_SIN		279
define	F_SQRT		280
define	F_TAN		281
define	IDENTIFIER		282
define	INUMBER		283
define	RNUMBER		284
define	PLUS		285
define	MINUS		286
define	STAR		287
define	SLASH		288
define	EXPON		289
define	COLON		290
define	SEMICOLON		291
define	COMMA		292
define	EQUAL		293
define	LPAR		294
define	RPAR		295
define	EOFILE		296
define	UPLUS		297
define	UMINUS		298