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

12

/netbsd-current/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-current/lib/libcurses/
H A Dstandout.c1 /* $NetBSD: standout.c,v 1.19 2017/01/10 23:49:20 roy Exp $ */
35 static char sccsid[] = "@(#)standout.c 8.3 (Berkeley) 8/10/94";
37 __RCSID("$NetBSD: standout.c,v 1.19 2017/01/10 23:49:20 roy Exp $");
47 * standout --
48 * Enter standout mode on stdscr.
51 standout(void) function
59 * Exit standout mode on stdscr.
72 * Enter standout mode in window win.
80 * If standout/standend strings, or can underline, set the
81 * screen standout bi
[all...]
H A DMakefile30 scroll.c scrollok.c setterm.c slk.c standout.c syncok.c timeout.c \
172 curses_standout.3 standend.3 curses_standout.3 standout.3 \
/netbsd-current/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");
403 standout("escape");
542 standout("escape");
617 standout("d");
619 standout("w");
621 standout("s");
623 standout("escape");
768 standout("*");
[all...]
H A Dextern.h139 void standout(const char *);
/netbsd-current/games/robots/
H A Dplay_level.c65 standout();
H A Dmove_robs.c118 standout();
H A Dscore.c177 standout();
/netbsd-current/usr.bin/systat/
H A Dglobalcmds.c107 standout();
H A Dmain.c389 standout();
/netbsd-current/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-current/games/mille/
H A Dprint.c95 standout();
H A Dmove.c557 standout();
/netbsd-current/games/boggle/boggle/
H A Dmach.c378 standout();
436 standout();
/netbsd-current/usr.sbin/sysinst/
H A Drun.c376 standout();
380 standout();
690 standout();
695 standout();
/netbsd-current/tests/lib/libcurses/tests/
H A DMakefile166 FILES+= standout
/netbsd-current/games/rogue/
H A Dzap.c305 standout();
H A Dscore.c432 standout();
/netbsd-current/tests/lib/libcurses/
H A Dt_curses.sh1376 # curses standout attribute manipulation routines
1379 atf_test_case standout
1386 h_run standout
2355 # curses standout attribute manipulation routines
2356 atf_add_test_case standout
/netbsd-current/games/warp/
H A Dterm.h271 EXT char *SO INIT(NULL); /* begin standout mode */
272 EXT char *SE INIT(NULL); /* end standout mode */
299 #define standout() do_tc(SO,1) macro

Completed in 411 milliseconds

12