/src/usr.bin/vgrind/ |
regexp.c | 187 char *acs; /* pointer to last alternate */ local in function:expconv 191 acs = NULL; 216 if (acs != NULL && acs != cs) { 218 temp = OCNT(acs); 219 OCNT(acs) = tocc(ccre - acs); 220 acs -= temp; 222 acs = NULL; 235 if (acs != NULL && acs != cs) [all...] |
/src/lib/libcurses/ |
acs.c | 1 /* $NetBSD: acs.c,v 1.22 2021/09/06 07:03:49 rin Exp $ */ 34 __RCSID("$NetBSD: acs.c,v 1.22 2021/09/06 07:03:49 rin Exp $"); 52 * Fill in the ACS characters. The 'acs_chars' terminfo entry is a list of 53 * character pairs - ACS definition then terminal representation. 60 unsigned char acs, term; local in function:__init_acs 62 /* Default value '+' for all ACS characters */ 107 if ((acs = *aofac) == '\0') 112 if (acs < NUM_ACS) 113 _acs_char[acs] = term | __ALTCHARSET; 115 __CTRACE(__CTRACE_INIT, "__init_acs: %c = %c\n", acs, term) 147 unsigned char acs, term; local in function:__init_wacs [all...] |
Makefile | 19 SRCS= acs.c addbytes.c addch.c addchnstr.c addnstr.c attributes.c \
|
/src/games/dab/ |
main.cc | 107 int acs = 1; local in function:main 112 acs = 0; 172 sc = TTYSCRN::create(acs, &ny, &nx);
|
ttyscrn.h | 44 static TTYSCRN* create(int acs, size_t *y, size_t *x); 71 int _acs; // do we want acs?
|
ttyscrn.cc | 194 TTYSCRN* TTYSCRN::create(int acs, size_t *y, size_t *x) 223 that->_acs = acs;
|
/src/sbin/nvmectl/ |
nvme.h | 137 uint32_t acs[256]; member in struct:nvme_command_effeects_page
|
/src/share/terminfo/ |
terminfo | 414 klone+acs|alternate character set for ansi.sys displays, 422 # about \E[11m as klone+acs. True ANSI/ECMA-48 would have <rmso=\E[27m>, 430 use=klone+acs, 441 # work; uses \E[12m instead, which is pretty bulletproof but loses you the ACS 449 use=klone+acs, 451 # KOI8-R (RFC1489) acs (alternate character set) 689 # doesn't fit the <pfkey> model well). The klone+acs sequences were valid 1276 # bterm only supports acs using wide-characters, has case for these: qjxamlkut 1750 pccon+sgr+acs|sgr and default ASCII pseudographics for OpenBSD PC console, 1782 use=pccon+base, use=pccon+sgr+acs, use=pccon+keys [all...] |