HomeSort by: relevance | last modified time | path
    Searched defs:acs (Results 1 - 4 of 4) sorted by relevancy

  /src/games/dab/
main.cc 107 int acs = 1; local in function:main
112 acs = 0;
172 sc = TTYSCRN::create(acs, &ny, &nx);
  /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...]
  /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/sbin/nvmectl/
nvme.h 137 uint32_t acs[256]; member in struct:nvme_command_effeects_page

Completed in 15 milliseconds