Searched refs:standout (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dstandout.c1 /* $NetBSD: standout.c,v 1.15 2004/01/20 08:30:41 wiz Exp $ */
35 static char sccsid[] = "@(#)standout.c 8.3 (Berkeley) 8/10/94";
37 __RCSID("$NetBSD: standout.c,v 1.15 2004/01/20 08:30:41 wiz Exp $");
47 * standout --
48 * Enter standout mode on stdscr.
51 standout(void) function
58 * Exit standout mode on stdscr.
70 * Enter standout mode in window win.
76 * If standout/standend strings, or can underline, set the
77 * screen standout bi
[all...]
H A DMakefile26 scrollok.c setterm.c standout.c timeout.c toucholap.c touchwin.c \
144 curses_standout.3 standend.3 curses_standout.3 standout.3 \
/netbsd-6-1-5-RELEASE/games/hack/
H A Ddef.flag.h73 unsigned standout:1; /* use standout for --More-- */ member in struct:flag
H A Dhack.options.c82 flags.standout = flags.nonull = FALSE;
121 if (!strncmp(opts, "standout", 8)) {
122 flags.standout = !negated;
250 if (flags.standout)
251 (void) strlcat(buf, "standout,", sizeof(buf));
H A Dhack.topl.c162 if (flags.standout)
165 if (flags.standout)
H A Dhack.tty.c280 if (flags.standout)
285 if (flags.standout)
H A Dhack.pager.c209 so = flags.standout;
210 flags.standout = 1;
216 flags.standout = so;
/netbsd-6-1-5-RELEASE/games/larn/
H A Dhelp.c52 standout("return");
54 standout("space");
107 standout("return");
H A Dstore.c251 standout("escape");
268 standout("space");
270 standout("escape");
404 standout("escape");
543 standout("escape");
618 standout("d");
620 standout("w");
622 standout("s");
624 standout("escape");
769 standout("*");
[all...]
H A Dextern.h139 void standout(const char *);
H A Dio.c52 * lear screen from [1,y] to end of display. standout(str)
53 * rint the string in standout mode. set_score_output()
748 * standout(str) Print the argument string in inverse video (standout mode).
751 standout(const char *str) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dpr39339.c10 unsigned int standout : 1; member in struct:C::D
/netbsd-6-1-5-RELEASE/games/robots/
H A Dplay_level.c65 standout();
H A Dmove_robs.c118 standout();
H A Dscore.c177 standout();
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dglobalcmds.c107 standout();
H A Dmain.c380 standout();
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnmonitor/
H A Dcurses.c110 standout();
127 standout();
136 standout();
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdntel/
H A Ddisplay.c70 standout();
/netbsd-6-1-5-RELEASE/lib/libcurses/EXAMPLES/
H A Dex1.c135 standout();
193 case 's': /* Go into standout mode on 's' */
194 standout();
196 case 'e': /* Exit standout mode on 'e' */
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dcurses.c103 standout();
116 standout();
125 standout();
344 standout();
353 standout();
/netbsd-6-1-5-RELEASE/games/mille/
H A Dprint.c95 standout();
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Drun.c335 standout();
339 standout();
645 standout();
650 standout();
/netbsd-6-1-5-RELEASE/games/boggle/boggle/
H A Dmach.c378 standout();
436 standout();
/netbsd-6-1-5-RELEASE/games/rogue/
H A Dzap.c305 standout();

Completed in 302 milliseconds

12