Home
last modified time | relevance | path

Searched refs:LY (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/ee/
Dnew_curse.c730 destination->LY = min((destination->Num_lines - 1), origin->LY);
1502 Ntemp->LY = 0;
2030 window->LY = row;
2078 row = window->LY;
2079 for (row = 0, tmp = window->first_line; row < window->LY; row++)
2154 virtual_scr->LY = window->LY + window->SR;
2438 else if ((column < window->Num_cols) && (window->LY < window->Num_lines))
2445 tmpline = window->line_array[window->LY];
2477 window->LY++;
2478 if (window->LY >= window->Num_lines)
[all …]
Dnew_curse.h171 int LY; /* last cursor row position */ member
/freebsd-9-stable/contrib/tzdata/
Dzone1970.tab224 LY +3254+01311 Africa/Tripoli
Dzone.tab255 LY +3254+01311 Africa/Tripoli
/freebsd-9-stable/share/misc/
Diso3166148 LY LBY 434 Libyan Arab Jamahiriya
Dpci_vendors1027 4c59 Radeon Mobility M6 LY
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1151 case SystemZ::LY: return SystemZ::LT; in getLoadAndTest()
DSystemZInstrInfo.td314 // Expands to L, LY or LFH, depending on the choice of register.