Searched refs:lastrow (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DModMap.c138 lastrow; local in function:XInsertModifiermapEntry
153 lastrow = newmap->max_keypermod * 8;
154 while (newrow < lastrow) {
/xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
H A Dcjk_tab_to_h.c158 int n, row, lastrow; local in function:find_charset2uni_blocks
165 for (lastrow = row; enc->charsetpage[lastrow+1] > 0; lastrow++);
167 enc->charsetblocks[n].end = lastrow * enc->cols + enc->charsetpage[lastrow];
178 int row, col, lastrow, col_max, i, i1_min, i1_max; local in function:output_charset2uni
188 for (lastrow = row; enc->charsetpage[lastrow+1] > 0; lastrow
[all...]
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsconvert.c211 register unsigned long firstrow, lastrow, firstcol, lastcol; local in function:fs_build_range
220 lastrow = pfi->lastRow;
280 fullrange[0].max_char_high = lastrow;
299 row2 = lastrow;
303 if (row2 > lastrow) row2 = lastrow;
309 if (row1 < firstrow || row1 > lastrow ||
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsconvert.c213 register unsigned long firstrow, lastrow, firstcol, lastcol; local in function:fs_build_range
222 lastrow = pfi->lastRow;
282 fullrange[0].max_char_high = lastrow;
301 row2 = lastrow;
305 if (row2 > lastrow) row2 = lastrow;
311 if (row1 < firstrow || row1 > lastrow ||
/xsrc/external/mit/xterm/dist/
H A Dbutton.c3037 int lastrow)
3049 boundsCheck(lastrow);
3051 screen->lastValidRow = lastrow;
3033 TrackMouse(XtermWidget xw,int func,const CELL * start,int firstrow,int lastrow) argument

Completed in 12 milliseconds