OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastcol
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/libXfont/dist/src/fc/
fsconvert.c
68
n = pfi->
lastCol
;
69
pfi->
lastCol
= pfi->lastRow;
211
register unsigned long firstrow, lastrow, firstcol,
lastcol
;
local
222
lastcol
= pfi->
lastCol
;
228
row = loc / (
lastcol
- firstcol + 1) + firstrow;
229
col = loc % (
lastcol
- firstcol + 1) + firstcol;
246
if (col >= firstcol && col <=
lastcol
&&
253
if (col2 >
lastcol
) col2 =
lastcol
;
[
all
...]
/xsrc/external/mit/libXfont2/dist/src/fc/
fsconvert.c
70
n = pfi->
lastCol
;
71
pfi->
lastCol
= pfi->lastRow;
213
register unsigned long firstrow, lastrow, firstcol,
lastcol
;
local
224
lastcol
= pfi->
lastCol
;
230
row = loc / (
lastcol
- firstcol + 1) + firstrow;
231
col = loc % (
lastcol
- firstcol + 1) + firstcol;
248
if (col >= firstcol && col <=
lastcol
&&
255
if (col2 >
lastcol
) col2 =
lastcol
;
[
all
...]
/xsrc/external/mit/xdpyinfo/dist/
xdpyinfo.c
157
static int print_event_mask(char *buf, int
lastcol
, int indent, long mask);
572
int
lastcol
, /* strlen(buf)+1 */
579
buf[0] = buf[
lastcol
] = '\0'; /* just in case */
587
if (len + MASK_NAME_WIDTH >
lastcol
) {
/xsrc/external/mit/xterm/dist/
button.c
5194
const int
lastcol
= LastTextCol(screen, ld, row);
local
5196
if (ecol >
lastcol
)
5197
ecol =
lastcol
;
Completed in 12 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026