Home
last modified time | relevance | path

Searched refs:CHAR_WIDTH (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/bsd/nvi/dist/common/
Dconv.h8 (CHAR_WIDTH(sp, ch) > 0 ? CHAR_WIDTH(sp, ch) : 1)
Dkey.h29 #define CHAR_WIDTH(sp, ch) wcwidth(ch) macro
30 #define ISMULTIWIDTH(sp, ch) (INTISWIDE(ch) && CHAR_WIDTH(sp, ch) > 1)
45 #define CHAR_WIDTH(sp, ch) 1 macro
/netbsd/src/sys/dev/qbus/
Dqd.c298 #define CHAR_WIDTH 8 /* char width in pixels*/ macro
299 #define FONT_WIDTH (CHAR_WIDTH * CHARS) /* font width in pixels */
305 #define FONT_OFFSET ((MAX_SCREEN_X/CHAR_WIDTH)*CHAR_HEIGHT)
1865 cursor[unit].x = CHAR_WIDTH * chr; in blitc()
1866 if (cursor[unit].x > 1024 - CHAR_WIDTH) in blitc()
1867 cursor[unit].x = 1023 - CHAR_WIDTH; in blitc()
1904 cursor[unit].x -= CHAR_WIDTH; in blitc()
1926 if (nograph && cursor[unit].x < 1023 - CHAR_WIDTH) { in blitc()
1927 cursor[unit].x += CHAR_WIDTH; in blitc()
1982 adder->fast_dest_dx = CHAR_WIDTH; in blitc()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dglimits.h129 # undef CHAR_WIDTH
130 # define CHAR_WIDTH __SCHAR_WIDTH__ macro
/netbsd/src/external/bsd/nvi/dist/gtk/
Dgtkviscreen.c12 #define CHAR_WIDTH(sp, ch) wcwidth(ch) macro
14 #define CHAR_WIDTH(sp, ch) 1 macro
173 endcol[x] = col += CHAR_WIDTH(NULL, *(line+x)); in gtk_vi_screen_waddstr()
673 xpos += CHAR_WIDTH(NULL, *(line+x)); in draw_lines()
675 xpos -= CHAR_WIDTH(NULL, *(line+x)); in draw_lines()
709 blen = CHAR_WIDTH(NULL, *(line+x)); in draw_lines()
/netbsd/src/external/bsd/nvi/dist/vi/
Dvs_line.c506 switch (CHAR_WIDTH(sp, ch)) { in vs_line()
Dvs_refresh.c565 && (chlen = CHAR_WIDTH(sp, ch)) > 1 in vs_paint()