1N/A/* form.h
1N/A *
1N/A * Copyright (C) 1991, 1992, 1993, 2000, 2004 by Larry Wall and others
1N/A *
1N/A * You may distribute under the terms of either the GNU General Public
1N/A * License or the Artistic License, as specified in the README file.
1N/A *
1N/A */
1N/A
1N/A#define FF_END 0
1N/A#define FF_LINEMARK 1
1N/A#define FF_LITERAL 2
1N/A#define FF_SKIP 3
1N/A#define FF_FETCH 4
1N/A#define FF_CHECKNL 5
1N/A#define FF_CHECKCHOP 6
1N/A#define FF_SPACE 7
1N/A#define FF_HALFSPACE 8
1N/A#define FF_ITEM 9
1N/A#define FF_CHOP 10
1N/A#define FF_LINEGLOB 11
1N/A#define FF_DECIMAL 12
1N/A#define FF_NEWLINE 13
1N/A#define FF_BLANK 14
1N/A#define FF_MORE 15
1N/A#define FF_0DECIMAL 16
1N/A#define FF_LINESNGL 17