Lines Matching refs:lisp_boolean
335 #define lisp_boolean(i) printf("%s ",i?"t":"nil") macro
908 lisp_boolean(iflags.cbreak); /* in cbreak mode, rogue format */ in get_options()
909 lisp_boolean(iflags.DECgraphics); /* use DEC VT-xxx extended character set */ in get_options()
910 lisp_boolean(iflags.echo); /* 1 to echo characters */ in get_options()
911 lisp_boolean(iflags.IBMgraphics); /* use IBM extended character set */ in get_options()
913 lisp_boolean(iflags.num_pad); /* use numbers for movement commands */ in get_options()
914 lisp_boolean(iflags.news); /* print news */ in get_options()
915 lisp_boolean(iflags.window_inited); /* true if init_nhwindows() completed */ in get_options()
916 lisp_boolean(iflags.vision_inited); /* true if vision is ready */ in get_options()
917 lisp_boolean(iflags.menu_tab_sep); /* Use tabs to separate option menu fields */ in get_options()
918 lisp_boolean(iflags.menu_requested); /* Flag for overloaded use of 'm' prefix in get_options()
927 lisp_boolean(iflags.sanity_check); /* run sanity checks */ in get_options()
928 lisp_boolean(iflags.mon_polycontrol); /* debug: control monster polymorphs */ in get_options()