/src/lib/libcurses/ |
standout.c | 1 /* $NetBSD: standout.c,v 1.20 2024/12/23 02:58:04 blymn Exp $ */ 35 static char sccsid[] = "@(#)standout.c 8.3 (Berkeley) 8/10/94"; 37 __RCSID("$NetBSD: standout.c,v 1.20 2024/12/23 02:58:04 blymn Exp $"); 47 * standout -- 48 * Enter standout mode on stdscr. 51 standout(void) function in typeref:typename:int 59 * Exit standout mode on stdscr. 72 * Enter standout mode in window win. 83 * If standout/standend strings, or can underline, set the 84 * screen standout bit [all...] |
standout.c | 1 /* $NetBSD: standout.c,v 1.20 2024/12/23 02:58:04 blymn Exp $ */ 35 static char sccsid[] = "@(#)standout.c 8.3 (Berkeley) 8/10/94"; 37 __RCSID("$NetBSD: standout.c,v 1.20 2024/12/23 02:58:04 blymn Exp $"); 47 * standout -- 48 * Enter standout mode on stdscr. 51 standout(void) function in typeref:typename:int 59 * Exit standout mode on stdscr. 72 * Enter standout mode in window win. 83 * If standout/standend strings, or can underline, set the 84 * screen standout bit [all...] |
curses.h | 221 #define __STANDOUT 0x00000100 /* Added characters are standout. */ 473 #define standout() wstandout(stdscr) macro 579 int standout(void);
|
curses.h | 221 #define __STANDOUT 0x00000100 /* Added characters are standout. */ 473 #define standout() wstandout(stdscr) macro 579 int standout(void);
|
/src/games/hack/ |
def.flag.h | 73 unsigned standout:1; /* use standout for --More-- */ member in struct:flag
|
def.flag.h | 73 unsigned standout:1; /* use standout for --More-- */ member in struct:flag
|
/src/games/warp/ |
term.h | 271 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
|
term.h | 271 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
|
/src/games/larn/ |
io.c | 50 * standout(str) print the string in standout mode 735 * standout(str) Print the argument string in inverse video (standout mode). 738 standout(const char *str) function in typeref:typename:void
|
io.c | 50 * standout(str) print the string in standout mode 735 * standout(str) Print the argument string in inverse video (standout mode). 738 standout(const char *str) function in typeref:typename:void
|