Searched refs:csbi (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/less-25/less/
H A Dscreen.c1470 CONSOLE_SCREEN_BUFFER_INFO csbi; local
1472 GetConsoleScreenBufferInfo(con_out, &csbi);
1473 cpos.X = csbi.srWindow.Left + (col - 1);
1474 cpos.Y = csbi.srWindow.Top + (row - 1);
1664 CONSOLE_SCREEN_BUFFER_INFO csbi;
1666 GetConsoleScreenBufferInfo(con_out,&csbi);
1669 rcClip.Left = csbi.srWindow.Left;
1670 rcClip.Top = csbi.srWindow.Top;
1671 rcClip.Right = csbi.srWindow.Right;
1672 rcClip.Bottom = csbi
1769 CONSOLE_SCREEN_BUFFER_INFO csbi; local
1796 CONSOLE_SCREEN_BUFFER_INFO csbi; local
[all...]
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dwin32.c5538 CONSOLE_SCREEN_BUFFER_INFO csbi; local
5543 if (GetConsoleScreenBufferInfo(h, &csbi)) {
5544 p->vt100.attr = csbi.wAttributes;
5663 CONSOLE_SCREEN_BUFFER_INFO csbi; local
5670 if (!GetConsoleScreenBufferInfo(handle, &csbi)) return;
5674 SetConsoleTextAttribute(handle, constat_attr(count, seq, csbi.wAttributes, s->vt100.attr));
5677 csbi.dwCursorPosition.X = 0;
5679 csbi.dwCursorPosition.Y -= arg1;
5680 if (csbi.dwCursorPosition.Y < 0)
5681 csbi
[all...]
/macosx-10.10.1/Security-57031.1.35/codesign_wrapper/
H A Dcheck_entitlements.c49 cs_blob_index *csbi = (cs_blob_index *)data; local
52 require(csbi->type == ntohl(CSMAGIC_EMBEDDED_ENTITLEMENTS), out);
53 require(length == ntohl(csbi->offset), out);
H A Dcodesign_wrapper.c318 cs_blob_index *csbi = (cs_blob_index *)data; local
321 require(csbi->type == ntohl(CSMAGIC_EMBEDDED_ENTITLEMENTS), out);
322 require(length == ntohl(csbi->offset), out);
333 cs_blob_index csbi = { htonl(CSMAGIC_EMBEDDED_ENTITLEMENTS), local
334 htonl(length+sizeof(csbi)) };
335 CFMutableDataRef blob = CFDataCreateMutable(kCFAllocatorDefault, sizeof(csbi)+length);
337 CFDataAppendBytes(blob, (uint8_t*)&csbi, sizeof(csbi));
/macosx-10.10.1/vim-55/src/
H A Dos_win32.c1209 CONSOLE_SCREEN_BUFFER_INFO csbi; local
1211 if (GetConsoleScreenBufferInfo(g_hConOut, &csbi))
1213 if (csbi.dwCursorPosition.Y != msg_row)
1218 cmdline_row -= (msg_row - csbi.dwCursorPosition.Y);
1712 CONSOLE_SCREEN_BUFFER_INFO csbi; local
1716 if (!GetConsoleScreenBufferInfo(g_hConOut, &csbi))
1719 NumCells = csbi.dwSize.X * csbi.dwSize.Y;
1749 CONSOLE_SCREEN_BUFFER_INFO csbi; local
1753 if (GetConsoleScreenBufferInfo(g_hConOut, &csbi))
2100 CONSOLE_SCREEN_BUFFER_INFO csbi; local
2930 CONSOLE_SCREEN_BUFFER_INFO csbi; local
2965 CONSOLE_SCREEN_BUFFER_INFO csbi; /* hold current console buffer info */ local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm1583 $add_option->( 'closing-square-bracket-indentation', 'csbi', '=i' );
1946 'cti=0' => [qw(cpi=0 cbi=0 csbi=0)],
1947 'cti=1' => [qw(cpi=1 cbi=1 csbi=1)],
1948 'cti=2' => [qw(cpi=2 cbi=2 csbi=2)],
1949 'icp' => [qw(cpi=2 cbi=2 csbi=2)],
1950 'nicp' => [qw(cpi=0 cbi=0 csbi=0)],
1952 'closing-token-indentation=0' => [qw(cpi=0 cbi=0 csbi=0)],
1953 'closing-token-indentation=1' => [qw(cpi=1 cbi=1 csbi=1)],
1954 'closing-token-indentation=2' => [qw(cpi=2 cbi=2 csbi=2)],
1955 'indent-closing-paren' => [qw(cpi=2 cbi=2 csbi
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy685 abbreviation for B<-cpi=n -csbi=n -cbi=n>, where:
687 B<-csbi> or B<--closing-square-bracket-indentation> controls B<]>'s,

Completed in 228 milliseconds