Home
last modified time | relevance | path

Searched refs:next_for_ws (Results 1 – 4 of 4) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dbidi.c846 bidi_cache[idx].next_for_ws = bidi_it->next_for_ws; in bidi_cache_iterator_state()
1188 bidi_it->next_for_ws.charpos = -1; in bidi_line_init()
1189 bidi_it->next_for_ws.type = UNKNOWN_BT; in bidi_line_init()
3265 && bidi_it->next_for_ws.charpos < bidi_it->charpos in bidi_level_of_next_char()
3290 bidi_it->next_for_ws.type = chtype; in bidi_level_of_next_char()
3291 bidi_check_type (bidi_it->next_for_ws.type); in bidi_level_of_next_char()
3292 bidi_it->next_for_ws.charpos = cpos; in bidi_level_of_next_char()
3306 && (bidi_it->next_for_ws.type == NEUTRAL_B in bidi_level_of_next_char()
3307 || bidi_it->next_for_ws.type == NEUTRAL_S))) in bidi_level_of_next_char()
H A Ddispextern.h2036 struct bidi_saved_info next_for_ws; /* character after sequence of ws */ member
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbidi.c846 bidi_cache[idx].next_for_ws = bidi_it->next_for_ws; in bidi_cache_iterator_state()
1188 bidi_it->next_for_ws.charpos = -1; in bidi_line_init()
1189 bidi_it->next_for_ws.type = UNKNOWN_BT; in bidi_line_init()
3267 && bidi_it->next_for_ws.charpos < bidi_it->charpos in bidi_level_of_next_char()
3292 bidi_it->next_for_ws.type = chtype; in bidi_level_of_next_char()
3293 bidi_check_type (bidi_it->next_for_ws.type); in bidi_level_of_next_char()
3294 bidi_it->next_for_ws.charpos = cpos; in bidi_level_of_next_char()
3308 && (bidi_it->next_for_ws.type == NEUTRAL_B in bidi_level_of_next_char()
3309 || bidi_it->next_for_ws.type == NEUTRAL_S))) in bidi_level_of_next_char()
H A Ddispextern.h2045 struct bidi_saved_info next_for_ws; /* character after sequence of ws */ member