Home
last modified time | relevance | path

Searched refs:is_comb (Results 1 – 19 of 19) sorted by relevance

/dports/x11/mlterm/mlterm-3.9.1/inputmethod/fcitx/
H A Dim_fcitx.c457 int is_comb; in update_client_side_ui() local
473 is_comb = 1; in update_client_side_ui()
476 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, in update_client_side_ui()
485 is_comb = 0; in update_client_side_ui()
489 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, VT_FG_COLOR, in update_client_side_ui()
647 int is_comb = 0; in update_formatted_preedit() local
671 is_comb = 1; in update_formatted_preedit()
674 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, in update_formatted_preedit()
685 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, fg_color, in update_formatted_preedit()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/canna/
H A Dim_canna.c134 int is_comb; in preedit() local
150 is_comb = 1; in preedit()
153 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, in preedit()
162 is_comb = 0; in preedit()
168 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, VT_BG_COLOR, in preedit()
172 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, VT_FG_COLOR, in preedit()
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_char.c48 line_style, is_blinking, is_protected, is_comb) \ argument
51 ((is_fullwidth) << 12) | ((charset) << 3) | ((is_comb) << 2) | 0x1)
209 if (!is_comb) { in combine()
314 int is_awidth, int is_comb, vt_color_t fg_color, vt_color_t bg_color, in vt_char_set() argument
369 line_style, is_blinking != 0, is_protected != 0, is_comb != 0); in vt_char_set()
470 int is_awidth, int is_comb, vt_color_t fg_color, vt_color_t bg_color, in vt_char_combine() argument
482 if (!is_comb) { in vt_char_combine()
498 vt_char_set(comb, code, cs, is_fullwidth, is_awidth, is_comb, fg_color, bg_color, in vt_char_combine()
H A Dvt_char.h125 int is_awidth, int is_comb, vt_color_t fg_color, vt_color_t bg_color,
135 int is_awidth, int is_comb, vt_color_t fg_color, vt_color_t bg_color,
H A Dvt_parser.c933 int is_comb; in put_char() local
970 is_comb = 1; in put_char()
972 is_comb = 0; in put_char()
1054 if (vt_parser->use_char_combining && is_comb) { in put_char()
1061 is_comb, fg_color, bg_color, is_bold, is_italic, in put_char()
1067 is_fullwidth, is_awidth, is_comb, fg_color, bg_color, is_bold, is_italic, in put_char()
1100 is_awidth, is_comb, fg_color, bg_color, is_bold, is_italic, line_style, in put_char()
1155 vt_char_combine(emoji1, ch, cs, is_fullwidth, is_awidth, is_comb, fg_color, bg_color, in put_char()
1163 is_comb, fg_color, bg_color, is_bold, is_italic, in put_char()
1205 if (vt_char_combine(prev, ch, cs, is_fullwidth, is_awidth, is_comb, fg_color, bg_color, in put_char()
[all …]
H A Dvt_screen.h248 int is_fullwidth, int is_awidth, int is_comb,
H A Dvt_screen.c2239 int is_fullwidth, int is_awidth, int is_comb, in vt_screen_combine_with_prev_char() argument
2260 if (!vt_char_combine(ch, code, cs, is_fullwidth, is_awidth, is_comb, fg_color, bg_color, is_bold, in vt_screen_combine_with_prev_char()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_im_status_screen.c291 int is_comb = 0; in set() local
305 if (is_comb) { in set()
306 if (vt_char_combine(p - 1, ef_char_to_int(&ch), ch.cs, is_fullwidth, is_awidth, is_comb, in set()
320 vt_char_set(p, ef_char_to_int(&ch), ch.cs, is_fullwidth, is_awidth, is_comb, in set()
H A Dui_im_candidate_screen.c724 int is_comb = 0; in set_candidate() local
738 is_comb = 1; in set_candidate()
740 if (vt_char_combine(p - 1, ef_char_to_int(&ch), ch.cs, is_fullwidth, is_awidth, is_comb, in set_candidate()
750 vt_char_set(p, ef_char_to_int(&ch), ch.cs, is_fullwidth, is_awidth, is_comb, in set_candidate()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/scim/
H A Dim_scim_mod_if.c222 int is_comb = 0; in preedit_update() local
257 is_comb = 1; in preedit_update()
260 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, in preedit_update()
272 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, fg_color, bg_color, in preedit_update()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/wnn/
H A Dim_wnn.c194 int is_comb; in preedit() local
210 is_comb = 1; in preedit()
213 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, in preedit()
222 is_comb = 0; in preedit()
228 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, VT_BG_COLOR, in preedit()
232 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, VT_FG_COLOR, in preedit()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/skk/
H A Dim_skk.c216 int is_comb; in preedit() local
234 is_comb = 1; in preedit()
237 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, in preedit()
246 is_comb = 0; in preedit()
251 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, VT_BG_COLOR, in preedit()
255 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, VT_FG_COLOR, in preedit()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/ibus/
H A Dim_ibus.c161 int is_comb = 0; in update_preedit_text() local
198 is_comb = 1; in update_preedit_text()
201 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, in update_preedit_text()
212 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, fg_color, in update_preedit_text()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/m17nlib/
H A Dim_m17nlib.c594 int is_comb = 0; in preedit_changed() local
615 is_comb = 1; in preedit_changed()
618 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, in preedit_changed()
630 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, fg_color, bg_color, in preedit_changed()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/uim/
H A Dim_uim.c604 int is_comb = 0; in preedit_pushback() local
618 is_comb = 1; in preedit_pushback()
621 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, in preedit_pushback()
632 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, fg_color, bg_color, in preedit_pushback()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/iiimf/
H A Dim_iiimf.c395 int is_comb = 0; local
453 is_comb = 1;
456 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb,
467 (ch.property & EF_AWIDTH) ? 1 : 0, is_comb, fg_color,
/dports/cad/yosys/yosys-yosys-0.12/passes/equiv/
H A Dequiv_make.cc433 bool is_comb = comb_ct.cell_known(driven_cell->type); in check_signal_in_fanout() local
434 if (!is_comb) in check_signal_in_fanout()
/dports/cad/yosys/yosys-yosys-0.12/backends/cxxrtl/
H A Dcxxrtl_backend.cc248 bool is_comb = output_wire->get_bool_attribute(ID(cxxrtl_comb)); in cxxrtl_port_type() local
250 if (is_comb && is_sync) in cxxrtl_port_type()
253 else if (is_comb) in cxxrtl_port_type()
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog6427 - Even if use_char_combining is false, is_comb attr of ml_char_t is set.
11537 * ml_char.c: ml_char_set() allows is_biwidth, is_comb, is_bold and
15827 * ml_char.c: 'is_comb' flag check which destroys Lam Alef ligature