Searched refs:sep_comp (Results 1 – 1 of 1) sorted by relevance
2531 int sep_comp = FALSE; // Don't separate composing chars. in gui_outstr_nowrap() local2533 int sep_comp = TRUE; // Separate composing chars. in gui_outstr_nowrap() local2547 if (!comping || sep_comp) in gui_outstr_nowrap()2566 if (i + cl >= len || (comping && sep_comp && i > start) in gui_outstr_nowrap()2579 if ((comping && sep_comp) || wide_changed) in gui_outstr_nowrap()2597 if (wide_changed && !(comping && sep_comp)) in gui_outstr_nowrap()2616 if (comping && sep_comp) in gui_outstr_nowrap()