Home
last modified time | relevance | path

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

/dports/sysutils/44bsd-more/44bsd-more-20000521_1/
H A Dline.c103 extern int ul_width, ue_width;
126 if (column + addon + (ln_state ? ue_width : 0) > sc_width) \
226 if (column + ul_width + ue_width >= sc_width)
299 if (column + ue_width + bo_width + be_width >= sc_width)
314 if (column + be_width + ul_width + ue_width >= sc_width)
335 column += ue_width;
336 if (ue_width > 0 && curr[0] == ' ')
H A Doutput.c57 extern int ul_width, ue_width;
95 retr += ue_width;
H A Dscreen.c117 int ul_width, ue_width; /* Printing width of underline sequences */ variable
320 be_width = bo_width = ue_width = ul_width = se_width = so_width; in get_term()
/dports/vietnamese/vnless/vnless/
H A Dline.c56 extern int ul_width, ue_width;
76 #define NEW_COLUMN(newcol) if ((newcol) + ((ln_state)?ue_width:0) > sc_width) \
179 if (column + ul_width + ue_width + 1 >= sc_width)
252 if (column + ue_width + bo_width + 1 + be_width >= sc_width)
267 if (column + be_width + ul_width + 1 + ue_width >= sc_width)
288 column += ue_width;
289 if (ue_width > 0 && curr[0] == ' ')
H A Doutput.c11 extern int ul_width, ue_width;
55 column += ue_width; in put_line()
H A Dscreen.c70 public int ul_width, ue_width; /* Printing width of underline sequences */ variable
287 be_width = bo_width = ue_width = ul_width = se_width = so_width; in get_term()
/dports/korean/engdic/engdic-0.2/
H A Dscreen.c122 int ul_width, ue_width; /* Printing width of underline sequences */ variable
328 be_width = bo_width = ue_width = ul_width = se_width = so_width; in get_term()