Lines Matching +full:0 +full:xf00
27 #define ROFF_IGN 0x000 /* Don't do anything with it. */
28 #define ROFF_CONT 0x001 /* Give it to the high-level parser. */
29 #define ROFF_RERUN 0x002 /* Re-run the roff parser with an offset. */
30 #define ROFF_REPARSE 0x004 /* Recursively run the main parser on it. */
31 #define ROFF_SO 0x008 /* Include the named file. */
32 #define ROFF_MASK 0x00f /* Only one of these bits should be set. */
35 #define ROFF_APPEND 0x010 /* Append the next line to this one. */
36 #define ROFF_USERCALL 0x020 /* Start execution of a new macro. */
37 #define ROFF_USERRET 0x040 /* Abort execution of the current macro. */
38 #define ROFF_WHILE 0x100 /* Start a new .while loop. */
39 #define ROFF_LOOPCONT 0x200 /* Iterate the current .while loop. */
40 #define ROFF_LOOPEXIT 0x400 /* Exit the current .while loop. */
41 #define ROFF_LOOPMASK 0xf00