xref: /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/form.h (revision 0:68f95e015346)
1*0Sstevel@tonic-gate /*    form.h
2*0Sstevel@tonic-gate  *
3*0Sstevel@tonic-gate  *    Copyright (C) 1991, 1992, 1993, 2000, 2004 by Larry Wall and others
4*0Sstevel@tonic-gate  *
5*0Sstevel@tonic-gate  *    You may distribute under the terms of either the GNU General Public
6*0Sstevel@tonic-gate  *    License or the Artistic License, as specified in the README file.
7*0Sstevel@tonic-gate  *
8*0Sstevel@tonic-gate  */
9*0Sstevel@tonic-gate 
10*0Sstevel@tonic-gate #define FF_END          0
11*0Sstevel@tonic-gate #define FF_LINEMARK     1
12*0Sstevel@tonic-gate #define FF_LITERAL      2
13*0Sstevel@tonic-gate #define FF_SKIP         3
14*0Sstevel@tonic-gate #define FF_FETCH        4
15*0Sstevel@tonic-gate #define FF_CHECKNL      5
16*0Sstevel@tonic-gate #define FF_CHECKCHOP    6
17*0Sstevel@tonic-gate #define FF_SPACE        7
18*0Sstevel@tonic-gate #define FF_HALFSPACE    8
19*0Sstevel@tonic-gate #define FF_ITEM         9
20*0Sstevel@tonic-gate #define FF_CHOP         10
21*0Sstevel@tonic-gate #define FF_LINEGLOB     11
22*0Sstevel@tonic-gate #define FF_DECIMAL      12
23*0Sstevel@tonic-gate #define FF_NEWLINE      13
24*0Sstevel@tonic-gate #define FF_BLANK        14
25*0Sstevel@tonic-gate #define FF_MORE         15
26*0Sstevel@tonic-gate #define FF_0DECIMAL     16
27*0Sstevel@tonic-gate #define FF_LINESNGL     17
28