Searched refs:thiswidth (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dcharset.c1296 int bytes, thiswidth;
1306 thiswidth = XVECTOR (val)->size;
1308 thiswidth = ONE_BYTE_CHAR_WIDTH (str[i_byte]);
1314 thiswidth = ONE_BYTE_CHAR_WIDTH (str[i_byte]);
1318 && (width + thiswidth > precision))
1326 width += thiswidth;
1363 int chars, bytes, thiswidth;
1372 thiswidth = composition_table[cmp_id]->width;
1387 thiswidth = XVECTOR (val)->size;
1389 thiswidth
1293 int bytes, thiswidth; local
1360 int chars, bytes, thiswidth; local
[all...]
H A Dkeyboard.c8508 int thiswidth;
8524 thiswidth = SCHARS (desc);
8525 if (thiswidth + i > width)
8526 thiswidth = width - i;
8527 bcopy (SDATA (desc), menu + i, thiswidth);
8528 i += thiswidth;
8534 thiswidth = SCHARS (s);
8535 if (thiswidth + i > width)
8536 thiswidth = width - i;
8537 bcopy (SDATA (s), menu + i, thiswidth);
8478 int thiswidth; local
8497 bcopy (SDATA (desc), menu + i, thiswidth); local
8507 bcopy (SDATA (s), menu + i, thiswidth); local
[all...]

Completed in 142 milliseconds