Searched refs:acs (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/vgrind/ |
H A D | regexp.c | 144 char *acs; /* pinter to last alternate */ in expconv() local 148 acs = NIL; in expconv() 173 if (acs != NIL && acs != cs) { in expconv() 175 temp = OCNT(acs); in expconv() 176 OCNT(acs) = ccre - acs; in expconv() 177 acs -= temp; in expconv() 179 acs = NIL; in expconv() 192 if (acs != NIL && acs != cs) { in expconv() 194 temp = OCNT(acs); in expconv() 195 OCNT(acs) = ccre - acs; in expconv() [all …]
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wacs.c | 111 __m_acs_cc(chtype acs, cchar_t *cc) in __m_acs_cc() argument 117 vacs = acs & A_CHARTEXT; in __m_acs_cc() 121 __m_chtype_cc(acs, cc) == ERR) in __m_acs_cc() 124 if (!(acs & A_ALTCHARSET)) in __m_acs_cc() 131 acs &= ~A_ALTCHARSET; in __m_acs_cc() 140 ((acs & A_ATTRIBUTES) | acsc[i+1]), cc); in __m_acs_cc() 150 __m_wacs_cc(const cchar_t *acs, cchar_t *cc) in __m_wacs_cc() argument 156 *cc = *acs; in __m_wacs_cc() 160 if (!(acs->_at & WA_ALTCHARSET) || in __m_wacs_cc() 161 acs->_n != 1 || wctomb((char *) mb, acs->_wc[0]) != 1) in __m_wacs_cc()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wacs.c | 134 __m_acs_cc(chtype acs, cchar_t *cc) in __m_acs_cc() argument 140 if (UCHAR_MAX < (A_CHARTEXT & acs) || __m_chtype_cc(acs, cc) == ERR) in __m_acs_cc() 143 if (!(acs & A_ALTCHARSET)) in __m_acs_cc() 150 acs &= ~A_ALTCHARSET; in __m_acs_cc() 157 if (acsc[i] == (acs & A_CHARTEXT)) { in __m_acs_cc() 159 (chtype) ((acs & A_ATTRIBUTES) | acsc[i+1]), cc in __m_acs_cc() 169 __m_wacs_cc(const cchar_t *acs, cchar_t *cc) in __m_wacs_cc() argument 174 *cc = *acs; in __m_wacs_cc() 178 if (!(acs->_at & WA_ALTCHARSET) in __m_wacs_cc() 179 || acs->_n != 1 || wctomb((char *) mb, acs->_wc[0]) != 1) in __m_wacs_cc()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-data-terminfo.mf | 775 file path=usr/share/lib/terminfo/k/klone+acs 963 file path=usr/share/lib/terminfo/n/nsterm+acs 971 file path=usr/share/lib/terminfo/n/nsterm-acs 974 file path=usr/share/lib/terminfo/n/nsterm-c-acs 977 file path=usr/share/lib/terminfo/n/nsterm-c-s-acs 980 file path=usr/share/lib/terminfo/n/nsterm-m-acs 983 file path=usr/share/lib/terminfo/n/nsterm-m-s-acs 987 file path=usr/share/lib/terminfo/n/nsterm-s-acs 2263 hardlink path=usr/share/lib/terminfo/n/nsterm-acs-c target=../n/nsterm-c-acs 2264 hardlink path=usr/share/lib/terminfo/n/nsterm-acs-c-s \ [all …]
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 380 klone+acs|alternate character set for ansi.sys displays:\ 386 # about \E[11m as klone+acs. True ANSI/ECMA-48 would have :se=\E[27m:, 390 :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:tc=klone+acs: 402 :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:tc=klone+acs: 404 # KOI8-R (RFC1489) acs (alternate character set) 582 # doesn't fit the <pfkey> model well). The klone+acs sequences were valid 946 # bterm only supports acs using wide-characters, has case for these: qjxamlkut 1358 :tc=klone+acs:tc=klone+sgr8: 4920 # Removed: rmacs=\E[10m, smacs=\E[11m, because OS/2 does not implement acs. 8913 :tc=klone+acs: [all …]
|
H A D | terminfo.src | 390 klone+acs|alternate character set for ansi.sys displays, 396 # about \E[11m as klone+acs. True ANSI/ECMA-48 would have <rmso=\E[27m>, 403 use=klone+acs, 420 use=klone+acs, 422 # KOI8-R (RFC1489) acs (alternate character set) 611 # doesn't fit the <pfkey> model well). The klone+acs sequences were valid 1025 # bterm only supports acs using wide-characters, has case for these: qjxamlkut 1501 kpp=\E[Z, use=klone+acs, use=klone+sgr8, 5591 # Removed: rmacs=\E[10m, smacs=\E[11m, because OS/2 does not implement acs. 10008 use=klone+acs, [all …]
|