| /src/games/dab/ |
| main.cc | 107 int acs = 1; local 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 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 [all...] |
| /src/usr.bin/vgrind/ |
| regexp.c | 187 char *acs; /* pointer to last alternate */ local 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/external/bsd/tmux/dist/ |
| tty-term.c | 443 const char *s, *acs; local 513 /* Generate ACS table. If none is present, use nearest ASCII. */ 514 memset(term->acs, 0, sizeof term->acs); 516 acs = tty_term_string(term, TTYC_ACSC); 518 acs = "a#j+k+l+m+n+o-p-q-r-s-t+u+v+w+x|y<z>~."; 519 for (; acs[0] != '\0' && acs[1] != '\0'; acs += 2) 520 term->acs[(u_char) acs[0]][0] = acs[1] [all...] |
| tty.c | 363 log_debug("%s: using capabilities for ACS", c->name); 366 log_debug("%s: using UTF-8 for ACS", c->name); 655 const char *acs; local 664 acs = tty_acs_get(tty, ch); 665 if (acs != NULL) 666 tty_add(tty, acs, strlen(acs)); 1410 /* See if this can be mapped to an ACS character. */ 2385 /* If it is a single character, write with putc to handle ACS. */
|
| tmux.h | 1521 char acs[UCHAR_MAX + 1][2]; member in struct:tty_term 2613 /* tty-acs.c */
|
| /src/sbin/nvmectl/ |
| nvme.h | 137 uint32_t acs[256]; member in struct:nvme_command_effeects_page
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-warn-restrict.cc | 965 access (strncpy and similar) ACS overlaps. */ 970 builtin_access &acs = *this; local 971 const builtin_memref *dstref = acs.dstref; 972 const builtin_memref *srcref = acs.srcref; 976 const offset_int maxobjsize = acs.dstref->maxobjsize; 984 gcc_assert (wi::les_p (acs.dstoff[0], acs.dstoff[1])); 986 if (maxsize < acs.dstoff[1] + acs.dstsiz[0]) 987 acs.dstoff[1] = maxsize - acs.dstsiz[0] 1160 builtin_access &acs = *this; local 1323 builtin_access &acs = *this; local [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| ap.c | 498 if (ssid->acs) { 499 /* Setting channel to 0 in order to enable ACS */ 949 int acs = 0; local 952 acs = wpa_s->current_ssid->acs; 954 if (acs || (wpa_s->assoc_freq && wpa_s->ap_iface->freq && 1174 ssid->acs = 1;
|
| config_ssid.h | 551 * ACS - Automatic Channel Selection for AP mode 556 * force the channel to be set to 0, thus enabling ACS. 558 int acs; member in struct:wpa_ssid
|
| ctrl_iface.c | 4867 if (os_strcmp(field, "acs") == 0) { 4868 res = os_snprintf(buf, buflen, "ACS"); 7198 int acs = 0; local 7207 } else if (os_strcmp(token, "freq=acs") == 0) { 7208 acs = 1; 7239 (acs || freq == 2 || freq == 5)) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-warn-restrict.cc | 968 access (strncpy and similar) ACS overlaps. */ 973 builtin_access &acs = *this; local 974 const builtin_memref *dstref = acs.dstref; 975 const builtin_memref *srcref = acs.srcref; 979 const offset_int maxobjsize = acs.dstref->maxobjsize; 987 gcc_assert (wi::les_p (acs.dstoff[0], acs.dstoff[1])); 989 if (maxsize < acs.dstoff[1] + acs.dstsiz[0]) 990 acs.dstoff[1] = maxsize - acs.dstsiz[0] 1163 builtin_access &acs = *this; local 1326 builtin_access &acs = *this; local [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_mtree.c | 145 struct attr_counter_set acs; member in struct:mtree_writer 441 struct attr_counter_set *acs; local 449 acs = &mtree->acs; 455 if (acs->uid_list == NULL) 458 if (acs->uid_list->count < 2 || 459 mtree->set.uid == acs->uid_list->m_entry->uid) 462 if (acs->gid_list == NULL) 465 if (acs->gid_list->count < 2 || 466 mtree->set.gid == acs->gid_list->m_entry->gid 642 struct attr_counter_set *acs = &mtree->acs; local 718 struct attr_counter_set *acs = &mtree->acs; local [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| ap_config.h | 1045 u8 acs; member in struct:hostapd_config
|