Home
last modified time | relevance | path

Searched refs:CELL_COMB_CHARS_HI (Results 1 – 6 of 6) sorted by relevance

/dports/x11/foot/foot/
H A Dvt.c648 (base >= CELL_COMB_CHARS_LO && base <= CELL_COMB_CHARS_HI) in action_utf8_print()
661 key &= CELL_COMB_CHARS_HI - CELL_COMB_CHARS_LO; in action_utf8_print()
768 (CELL_COMB_CHARS_HI - CELL_COMB_CHARS_LO))) in action_utf8_print()
817 xassert(wc <= CELL_COMB_CHARS_HI); in action_utf8_print()
H A Dterminal.h64 #define CELL_COMB_CHARS_HI (CELL_COMB_CHARS_LO + 0x3fffffff) macro
65 #define CELL_SPACER (CELL_COMB_CHARS_HI + 1)
H A Dextract.c226 if (cell->wc >= CELL_COMB_CHARS_LO && cell->wc <= CELL_COMB_CHARS_HI) in extract_one()
H A Dselection.c248 if (c >= CELL_COMB_CHARS_LO && c <= CELL_COMB_CHARS_HI) in selection_find_word_boundary_left()
285 if (c >= CELL_COMB_CHARS_LO && c <= CELL_COMB_CHARS_HI) in selection_find_word_boundary_left()
321 if (c >= CELL_COMB_CHARS_LO && c <= CELL_COMB_CHARS_HI) in selection_find_word_boundary_right()
360 if (c >= CELL_COMB_CHARS_LO && c <= CELL_COMB_CHARS_HI) in selection_find_word_boundary_right()
H A Dsearch.c256 if (base >= CELL_COMB_CHARS_LO && base <= CELL_COMB_CHARS_HI) in matches_cell()
H A Drender.c602 else if (base >= CELL_COMB_CHARS_LO && base <= CELL_COMB_CHARS_HI) in render_cell()