HomeSort by: relevance | last modified time | path
    Searched refs:loc_filter_top (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
button.c 993 if (screen->loc_filter_top != LOC_FILTER_POS ||
1043 Adjust(screen->loc_filter_top, row, ry);
1048 if (screen->loc_filter_top > screen->loc_filter_bottom) {
1049 ry = screen->loc_filter_top;
1050 screen->loc_filter_top = screen->loc_filter_bottom;
1062 (row < screen->loc_filter_top) ||
1110 if (oor || (screen->loc_filter_top == LOC_FILTER_POS) ||
1113 (row < screen->loc_filter_top) ||
ptyx.h 2558 int loc_filter_top; /* filter rectangle for DEC Locator */ member in struct:__anon65
charproc.c 5299 if ((screen->loc_filter_top = GetParam(0)) < 1)
5300 screen->loc_filter_top = LOC_FILTER_POS;

Completed in 16 milliseconds