Lines Matching refs:KEEP
79 #define KEEP(s) s "\n" in usage() macro
82 KEEP("") in usage()
83 KEEP("Options:") in usage()
84 KEEP(" -S << read commands from standard input") in usage()
85 KEEP(" -T TERM use this instead of $TERM") in usage()
86 KEEP(" -V print curses-version") in usage()
87 KEEP(" -v verbose, show warnings") in usage()
88 KEEP(" -x do not try to clear scrollback") in usage()
89 KEEP("") in usage()
90 KEEP("Commands:") in usage()
91 KEEP(" clear clear the screen") in usage()
92 KEEP(" init initialize the terminal") in usage()
93 KEEP(" reset reinitialize the terminal") in usage()
94 KEEP(" capname unlike clear/init/reset, print value for capability \"capname\"") in usage()
96 #undef KEEP in usage()