aboutsummaryrefslogtreecommitdiff
path: root/pkg/proto/maskexpr/gettok.h
blob: 90980fa17b43bfae8fc492f95d808c0a38ccebdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# GETTOK.H -- External definitions for gettok.h

define	GT_IDENT	(-99)
define	GT_NUMBER	(-98)
define	GT_STRING	(-97)
define	GT_COMMAND	(-96)
define	GT_PLUSEQ	(-95)
define	GT_COLONEQ	(-94)
define	GT_EXPON	(-93)
define	GT_CONCAT	(-92)
define	GT_SE		(-91)
define	GT_LE		(-90)
define	GT_GE		(-89)
define	GT_EQ		(-88)
define	GT_NE		(-87)
define	GT_LAND		(-86)
define	GT_LOR		(-85)

# Optional flags.
define	GT_NOSPECIAL	0003
define	GT_NOFILE	0001
define	GT_NOCOMMAND	0002