Home
last modified time | relevance | path

Searched refs:is_zerowidth (Results 1 – 11 of 11) sorted by relevance

/dports/editors/nano/nano-5.9/src/
H A Dprompt.c61 else if (is_zerowidth(answer + typing_x)) in do_statusbar_next_word()
68 if (is_zerowidth(answer + typing_x)) in do_statusbar_next_word()
94 else if (is_zerowidth(answer + typing_x)) in do_statusbar_prev_word()
116 while (typing_x > 0 && is_zerowidth(answer + typing_x)) in do_statusbar_left()
128 while (answer[typing_x] != '\0' && is_zerowidth(answer + typing_x)) in do_statusbar_right()
143 if (is_zerowidth(answer + typing_x)) in do_statusbar_delete()
H A Dmove.c295 } else if (is_zerowidth(openfile->current->data + openfile->current_x)) { in do_prev_word()
347 else if (is_zerowidth(openfile->current->data + openfile->current_x)) in do_next_word()
356 if (is_zerowidth(openfile->current->data + openfile->current_x)) in do_next_word()
602 is_zerowidth(openfile->current->data + openfile->current_x)) in do_left()
624 is_zerowidth(openfile->current->data + openfile->current_x)) in do_right()
H A Dchars.c242 bool is_zerowidth(const char *ch) in is_zerowidth() function
H A Dwinio.c1786 #define ZEROWIDTH_CHAR (is_zerowidth(text)) in display_string()
1894 } while (is_zerowidth(converted + index)); in display_string()
2205 if (*this_position && *successor && is_zerowidth(successor) && in minibar()
2212 if (is_zerowidth(successor) && mbtowide(&widecode, successor) > 0) { in minibar()
H A Dprototypes.h211 bool is_zerowidth(const char *ch);
H A Dcut.c120 is_zerowidth(openfile->current->data + openfile->current_x)) in do_delete()
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_char.c317 int is_zerowidth; in vt_char_set() local
360 is_zerowidth = 1; in vt_char_set()
362 is_zerowidth = 0; in vt_char_set()
366 ch->u.ch.attr2 = (is_awidth ? 2 : 0) | is_zerowidth; in vt_char_set()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/text/
H A Dfont.py42 def is_zerowidth(char): function
92 if not is_zerowidth(g.character):
H A Dftfont.pyx99 cdef bint is_zerowidth(unsigned int char): function
624 if is_zerowidth(gl.character):
/dports/devel/pire/pire-release-0.0.6/pire/stub/
H A Dunidata_h.h192 bool is_zerowidth(wchar32 ch) in is_zerowidth() function
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog9819 * ml_char.c: is_zerowidth is stored in attr.