Searched refs:CSI (Results 26 - 50 of 54) sorted by relevance

123

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DShrinkWrapping.cpp361 const std::vector<CalleeSavedInfo> CSI = local
365 if (CSI.empty()) {
397 for (unsigned inx = 0, e = CSI.size(); inx != e; ++inx) {
412 for (unsigned inx = 0, e = CSI.size(); inx != e; ++inx) {
413 unsigned Reg = CSI[inx].getReg();
1058 const std::vector<CalleeSavedInfo> CSI = local
1062 if (CSI.size() == 0) {
1069 unsigned reg = CSI[*I].getReg();
1072 reg = CSI[*I].getReg();
H A DMachineFunction.cpp479 // Before CSI is calculated, no registers are considered pristine. They can be
492 const std::vector<CalleeSavedInfo> &CSI = getCalleeSavedInfo(); local
493 for (std::vector<CalleeSavedInfo>::const_iterator I = CSI.begin(),
494 E = CSI.end(); I != E; ++I)
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsAsmPrinter.cpp144 const std::vector<CalleeSavedInfo> &CSI = MFI->getCalleeSavedInfo(); local
151 unsigned i, e = CSI.size();
155 unsigned Reg = CSI[i].getReg();
173 unsigned Reg = CSI[i].getReg();
/macosx-10.10.1/screen-22/screen/
H A Dansi.h64 CSI, /* Reading arguments in "CSI Pn ;...*/ enumerator in enum:state_t
67 PRINCSI, /* CSI seen in printer mode */
68 PRIN4 /* CSI 4 seen in printer mode */
H A Dansi.c97 "CSI", /* Reading arguments in "CSI Pn ;...*/
100 "PRINCSI", /* CSI seen in printer mode */
101 "PRIN4" /* CSI 4 seen in printer mode */
504 curr->w_state = CSI;
557 case CSI:
639 curr->w_state = CSI;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCFrameLowering.h50 const std::vector<CalleeSavedInfo> &CSI,
55 const std::vector<CalleeSavedInfo> &CSI,
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dtrim_sgr0.c45 #define CSI 233 macro
62 if (UChar(s[0]) == CSI)
/macosx-10.10.1/less-25/less/
H A Dless.h162 #define IS_CSI_START(c) ((c) == ESC || (!utf_mode && ((unsigned char)(c)) == CSI))
446 #define CSI ((unsigned char)'\233') macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineFrameInfo.h547 void setCalleeSavedInfo(const std::vector<CalleeSavedInfo> &CSI) { argument
548 CSInfo = CSI;
/macosx-10.10.1/vim-55/src/
H A Dterm.c396 {(int)KS_VI, "[VI]"}, /* cursor invisible, VT320: CSI ? 25 l */
397 {(int)KS_VE, "[VE]"}, /* cursor visible, VT320: CSI ? 25 h */
793 * TODO:- rewrite ESC[ codes to CSI
794 * - keyboard languages (CSI ? 26 n)
1515 /* 8bit terminal: use CSI instead of <Esc>[ */
2350 * Return TRUE if terminal "name" uses CSI instead of <Esc>[.
2363 * <Esc>[ -> CSI
2374 return CSI;
2757 int i = 2; /* index in s[] just after <Esc>[ or CSI */
2761 /* Also accept CSI instea
[all...]
H A Dgui_w48.c574 if (string[i] == CSI && len <= slen - 2)
576 /* Insert CSI as K_CSI. */
645 if (ch == CSI)
651 string[len++] = CSI;
658 string[len++] = CSI;
1743 static char_u bytes[3] = {CSI, (char_u)KS_EXTRA, (char_u)KE_SNIFF};
1838 if (key == CSI)
1843 string[0] = CSI;
1851 string[0] = CSI;
H A Dgui_x11.c839 /* Translate CSI to K_CSI, otherwise it could be recognized as the
842 if (string[i] == CSI)
943 if (string[1] == CSI)
958 if (len == 1 && string[0] == CSI)
973 string[0] = CSI;
1015 if (key == CSI)
1019 string[0] = CSI;
1032 string2[0] = CSI;
1169 static char_u bytes[3] = {CSI, (int)KS_EXTRA, (int)KE_SNIFF};
H A Dgetchar.c30 * - CSI introduces a GUI termcap code (also when gui.in_use is FALSE,
32 * A literal CSI is stored as CSI KS_EXTRA KE_CSI.
35 * Escaping CSI bytes is done by the system-specific input functions, called
154 * K_SPECIAL and CSI in the returned string are escaped.
185 * K_SPECIAL and CSI in the returned string are escaped.
219 * K_SPECIAL and CSI in the returned string are escaped.
229 * K_SPECIAL and CSI should have been escaped already.
303 * Translates special keys, NUL, CSI, K_SPECIAL and multibyte characters.
337 else if (c == CSI)
[all...]
H A Dgui.c2716 buf[0] = CSI;
2814 string[3] = CSI;
2830 string[0] = CSI;
3045 string[0] = CSI; /* this sequence is recognized by check_termcode() */
3130 bytes[0] = CSI;
3565 string[0] = CSI;
3588 string[0] = CSI;
3837 bytes[0] = CSI;
3867 bytes[0] = CSI;
4612 bytes[0] = CSI;
[all...]
H A Dgui_riscos.c1620 buf[3] = CSI;
1625 buf[0] = CSI;
1671 case CSI:
1673 /* Turn CSI into K_CSI. Untested! */
1674 char_u string[3] = {CSI, KS_EXTRA, KE_CSI};
2162 * A scrollbar event is CSI (NOT K_SPECIAL), KS_VER_SCROLLBAR,
2167 code[0] = CSI;
2190 * A scrollbar event is CSI (NOT K_SPECIAL)
2196 code[0] = CSI;
H A Dgui_gtk_x11.c926 * (That is, up to 6 bytes + NUL + CSI escapes + safety measure.) */
976 if (d[-1] == CSI && d + 2 < string + sizeof(string))
978 /* Turn CSI into K_CSI. */
1030 if (string[1] == CSI)
1049 string[0] = CSI;
1085 if (key == CSI)
1089 string[0] = CSI;
1102 string2[0] = CSI;
1880 char_u dropkey[6] = {CSI, KS_MODIFIER, 0, CSI, KS_EXTR
[all...]
H A Dgui_mac.c2202 if (key_char == CSI)
2212 result[len++] = CSI;
2219 result[len++] = CSI;
2233 if (to[i] == CSI)
2376 string[len++] = CSI;
2383 string[len++] = CSI;
2405 if (to[i] == CSI)
2423 if (len == 1 && string[0] == CSI)
2425 /* Turn CSI into K_CSI. */
H A Dos_amiga.c925 OUT_STR("\233t\233u"); /* reset window size (CSI t CSI u) */
1037 OUT_STR("\233t\233u"); /* CSI t CSI u */
1091 out_char(CSI);
1094 out_char(CSI);
H A Dhangulin.c760 else if (len == 3 && s[0] == CSI && s[1] == 'k' && s[2] == 'b')
H A Dmbyte.c3663 /* Must translate K_SPECIAL KS_SPECIAL KE_FILLER to K_SPECIAL and CSI
3664 * KS_EXTRA KE_CSI to CSI. */
3676 || str[n] == CSI
3682 buf[m++] = CSI;
3687 || str[n] == CSI
4321 char_u bskey[] = {CSI, 'k', 'b'};
4322 char_u delkey[] = {CSI, 'k', 'D'};
4344 char_u backkey[] = {CSI, 'k', 'l'};
H A Dgui_photon.c592 string[ len++ ] = CSI;
599 string[ len++ ] = CSI;
615 if (len == 1 && string[0] == CSI)
617 /* Turn CSI into K_CSI. */
H A Dex_docmd.c6059 * Also change K_SPECIAL KS_EXTRA KE_CSI into CSI. */
6066 *q++ = ksp[1] == KS_SPECIAL ? K_SPECIAL : CSI;
9128 * vgetc() expects a CSI and K_SPECIAL to have been escaped. Don't do
9140 if (*p == CSI) /* leadbyte CSI */
9144 if (*++p == K_SPECIAL /* trailbyte K_SPECIAL or CSI */
9146 || *p == CSI
9161 if (*p == CSI)
9176 else if (*p == CSI)
H A Dmisc2.c2258 {CSI, (char_u *)"CSI"},
H A Dui.c1558 * Special keys start with CSI. A real CSI must have been translated to
1559 * CSI KS_EXTRA KE_CSI. K_SPECIAL doesn't require translation.
1588 * Add "str[len]" to the input buffer while escaping CSI bytes.
1599 if (str[i] == CSI)
1601 /* Turn CSI into K_CSI. */
/macosx-10.10.1/efax-38/efax/
H A Defax.c218 DIS=0x01, CSI, NSF=0x04, enumerator in enum:frametype
337 {CSI,"CSI - answering ID"},
1252 case CSI:
1560 err = putframe ( CSI | disbit | MORE_FR, buf, IDLEN, mf, -1 ) ;

Completed in 560 milliseconds

123