Lines Matching defs:flag
65 struct flag { struct
68 #define wizard flags.debug argument
69 unsigned toplin:2; /* a top line (message) has been printed */
71 unsigned cbreak:1; /* in cbreak mode, rogue format */
72 unsigned standout:1; /* use standout for --More-- */
73 unsigned nonull:1; /* avoid sending nulls to the terminal */
74 unsigned time:1; /* display elapsed 'time' */
75 unsigned nonews:1; /* suppress news printing */
76 unsigned notombstone:1;
77 unsigned end_top, end_around; /* describe desired score list */
78 unsigned end_own:1; /* idem (list all own scores) */
102 extern struct flag flags; argument