Lines Matching +full:0 +full:x020
49 #define F_DEVSET 0x001 /* mdev/minode fields initialized. */
50 #define F_FIRSTMODIFY 0x002 /* File not yet modified. */
51 #define F_MODIFIED 0x004 /* File is currently dirty. */
52 #define F_MULTILOCK 0x008 /* Multiple processes running, lock. */
53 #define F_NOLOG 0x010 /* Logging turned off. */
54 #define F_RCV_NORM 0x020 /* Don't delete recovery files. */
55 #define F_RCV_ON 0x040 /* Recovery is possible. */
56 #define F_UNDO 0x080 /* No change since last undo. */
61 #define DBG_FATAL 0x001 /* If DNE, error message. */
62 #define DBG_NOCACHE 0x002 /* Ignore the front-end cache. */
65 #define FS_ALL 0x001 /* Write the entire file. */
66 #define FS_APPEND 0x002 /* Append to the file. */
67 #define FS_FORCE 0x004 /* Force is set. */
68 #define FS_OPENERR 0x008 /* Open failed, try it again. */
69 #define FS_POSSIBLE 0x010 /* Force could have been set. */
70 #define FS_SETALT 0x020 /* Set alternate file name. */
73 #define RCV_EMAIL 0x01 /* Send the user email, IFF file modified. */
74 #define RCV_ENDSESSION 0x02 /* End the file session. */
75 #define RCV_PRESERVE 0x04 /* Preserve backup file, IFF file modified. */
76 #define RCV_SNAPSHOT 0x08 /* Snapshot the recovery, and send email. */